diff options
Diffstat (limited to 'web/git.css')
| -rw-r--r-- | web/git.css | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/web/git.css b/web/git.css index a8b3435..dcd7b22 100644 --- a/web/git.css +++ b/web/git.css @@ -103,6 +103,14 @@ a:hover { background-color: #7f7f7f; } + +@media (max-width: 1280px) { + .activity-table td { + border: none; + } +} + + .activity-title { margin-left: 5px; margin-bottom: 1px; @@ -119,9 +127,11 @@ a:hover { } .activity-table td:hover { - border-left: 3px solid #888; - border-right: 3px solid #888; + border-left: 2px solid #888 !important; + border-right: 2px solid #888 !important; + min-width: 4px; } + td .popup { display: none; position: absolute; @@ -156,7 +166,7 @@ hr { div#cgit { padding: 0em; margin: 0em; - font-size: 13px; + font-size: 13.5px; color: #fff; background: #888; padding: 4px; @@ -1032,7 +1042,7 @@ div#cgit table.ssdiff td.hunk { div#cgit table.ssdiff td.head { border-top: solid 1px #aaa; border-bottom: solid 1px #aaa; - font-size: 13px; + font-size: 13.5px; font-weight: normal; } |
