]> dev.renevier.net Git - syj.git/blobdiff - public/css/syj.css
use <section>s for path info
[syj.git] / public / css / syj.css
index e88f3da2ff3d68f7222a8b3a6d8ed28983ec6d00..0c414433d2dfcb76b318d9fc671a51fa4e59c37f 100644 (file)
@@ -114,8 +114,16 @@ body, html {
     background-color: #E0E0FF;
 }
 
-.info-title {
+.info-section {
+    margin-bottom: 0.5em;
+}
+.info-section > h1 {
     text-decoration: underline;
+    font-size: 1em;
+    margin: 2px 0 2px 0;
+}
+.info-section a {
+    text-decoration: none;
 }
 
 #path-infos-content {
@@ -123,13 +131,6 @@ body, html {
     padding: 4px 15px 15px 15px;
 }
 
-#path-export-title {
-    margin-top: 1em;
-}
-#path-export-content a {
-    text-decoration: none;
-}
-
 #path-length {
     text-align: center;
     position: absolute; /* otherwise, under #map in ie */