]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Move important parts of the style sheet to the top of the file.
authorAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 12:34:18 +0000 (14:34 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 17:47:54 +0000 (19:47 +0200)
web/para.css

index 1460802681a4334cc7bef82d883896fa7587d8d8..27e7519753b038b5d2e1bc1474e8b81a7237c024 100644 (file)
@@ -12,12 +12,28 @@ table {
        padding: 8px 4px;
 }
 
+th {
+       padding: 2px 5px;
+       font-size: 100%;
+       text-align: left;
+}
+
 td {
        padding: 2px 5px;
        font-size: 100%;
        vertical-align: top;
 }
 
+a {
+       color: #cc3322;
+}
+
+hr {
+       height: 1px;
+       border: none;
+       border-top: 1px solid yellow;
+}
+
 caption { font-weight: bold }
 
 /* doxgen */
@@ -218,11 +234,6 @@ td.tiny {
        font-size: 75%;
 }
 
-/* links */
-a {
-       color: #cc3322;
-}
-
 .dirtab { padding: 4px;
           border-collapse: collapse;
           border: 1px solid #84b007;
@@ -233,12 +244,6 @@ th.dirtab {
        font-weight: bold;
 }
 
-hr {
-       height: 1px;
-       border: none;
-       border-top: 1px solid yellow;
-}
-
 /* Style for detailed member documentation */
 .memtemplate {
        font-size: 100%;
@@ -482,12 +487,6 @@ table.blame td {
        vertical-align: top;
 }
 
-th {
-       padding: 2px 5px;
-       font-size: 100%;
-       text-align: left;
-}
-
 tr.light:hover {
        background-color: yellow;
        color: #cc3322;