]> git.parisson.com Git - telemeta.git/commitdiff
fix home styles
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 18 Apr 2016 08:54:30 +0000 (10:54 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 18 Apr 2016 08:54:30 +0000 (10:54 +0200)
telemeta/pages
telemeta/static/telemeta/css/telemeta.css

index 407d2d269d081176f8f7548d9e2371076eebc879..affaaa01250e706004149c1cfeb5149b1b945507 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 407d2d269d081176f8f7548d9e2371076eebc879
+Subproject commit affaaa01250e706004149c1cfeb5149b1b945507
index 1a7263baca42fba6cc581e8c8fb26845f829b722..7ca191f0e4b0abd191b3793134ff8f93650a44d7 100644 (file)
@@ -50,18 +50,6 @@ svg {
     height: 100%;
 }
 
-.rst-content h1 {
-    font-size: 1.3em;
-    font-weight: bold;
-    color: #353535;
-    margin-bottom: 1em;
-}
-
-.rst-content p {
-    font-size: 1em;
-    text-align: justify;
-}
-
 .nett {
     clear: both;
     height: 5px;
@@ -112,7 +100,7 @@ svg {
     color: #6a0307;
     font-weight: bold;
     display:  inline;
-    font-size: 120%;
+    font-size: 140%;
 }
 
 #content h2 {
@@ -901,12 +889,34 @@ table td.error {
     margin-top: 0.8em;
 }
 
+
+img.align-left {
+    float: left;
+    padding-bottom: 1ex;
+    padding-right: 1ex;
+}
+
 .rst-content {
     padding-top: 5px;
 }
 
 .rst-content h1 {
+    font-size: 1.6em;
+    font-weight: bold;
+    color: #6a0307;
+    margin-bottom: 1em;
+}
+
+.rst-content h2 {
+    font-size: 1em;
+    font-weight: bold;
     color: #6a0307;
+    margin-bottom: 1em;
+}
+
+.rst-content p {
+    font-size: 1em;
+    text-align: justify;
 }
 
 .rst-content img.align-left {
@@ -923,15 +933,9 @@ table td.error {
     margin-bottom: 0.5ex;
 }
 
-img.align-left {
-    float: left;
-    padding-bottom: 1ex;
-    padding-right: 1ex;
-}
-
 #content .rst-content ul,  #content .rst-content ol {
     clear: none;
-    font-size: 0.8125em;
+    font-size: 1em;
     margin-left: 0.4em;
 }