]> git.armaanb.net Git - stagit.git/commitdiff
Sort style.css in alphabetical order
authorAaron Marcher <me@drkhsh.at>
Sat, 25 Nov 2017 11:09:56 +0000 (12:09 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 25 Nov 2017 11:23:24 +0000 (12:23 +0100)
style.css

index e7188934137bb9b09a2a10665e77f73038874d78..d97d5a0512a3f679ed7a9efcac5d09280d15343a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,7 +1,7 @@
 body {
-       font-family: monospace;
        color: #000;
        background-color: #fff;
+       font-family: monospace;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -39,8 +39,8 @@ table td {
 }
 
 #content table td {
-       white-space: nowrap;
        vertical-align: top;
+       white-space: nowrap;
 }
 
 #branches tr:hover td,