git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit bc9146eb36ddf6d3db7921bb516a71b83e093d9d parent eef597ffc3b8d52c3ddc7bbf95f699fbdcaa1fad Author: Aaron Marcher <me@drkhsh.at> Date: Sat, 25 Nov 2017 12:09:56 +0100 Sort style.css in alphabetical order Diffstat:
| M | style.css | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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,