the repository which powers this website
Diffstat (limited to 'themed/themed.in.css')
| -rw-r--r-- | themed/themed.in.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themed/themed.in.css b/themed/themed.in.css index 94e0a5e4..ff4f4d1c 100644 --- a/themed/themed.in.css +++ b/themed/themed.in.css @@ -39,9 +39,10 @@ } table.blob td.linenumbers { - margin: 0; padding: 0 0.5em 0 0.5em; + margin: 0; padding: 0 0.5em 0 0.25em; vertical-align: top; text-align: right; + color: #474c57; /* border-right: 1px solid gray; */ } |