diff options
author | Aaron Marcher <me@drkhsh.at> | 2017-11-25 12:09:56 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-11-25 12:23:24 +0100 |
commit | 1add4bf3ae0105ce19d9189a499bf450e32ec171 (patch) | |
tree | 3b10f5ece219eb374945ebdca6a8fc54de64b602 | |
parent | 04d36c3a724bd3d0a53e9e8527f7e045f43b4d58 (diff) | |
download | stagit-fork-1add4bf3ae0105ce19d9189a499bf450e32ec171.zip |
Sort style.css in alphabetical order
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |