]> git.cameronkatri.com Git - cgit.git/commitdiff
ui-shared.c: path-limit style nitpick
authorLars Hjemli <hjemli@gmail.com>
Sat, 19 Jun 2010 09:35:57 +0000 (11:35 +0200)
committerLars Hjemli <hjemli@gmail.com>
Sat, 19 Jun 2010 10:56:06 +0000 (12:56 +0200)
This subjectively makes the path-limit bar less visually intrusive.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgit.css

index 563f8e15c2b6f19d88391e51b13fe3a5519bb225..28a2eeb8bfb014f9b62ee7266c62d1003f21e4cb 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -64,7 +64,7 @@ table#header td.sub {
 }
 
 table.tabs {
-       /* border-bottom: solid 2px #ccc; */
+       border-bottom: solid 3px #ccc;
        border-collapse: collapse;
        margin-top: 2em;
        margin-bottom: 0px;
@@ -106,14 +106,12 @@ div.path {
        margin: 0px;
        padding: 5px 2em 2px 2em;
        color: #000;
-       background-color: #ccc;
-       font-weight: bold;
+       background-color: #eee;
 }
 
 div.content {
        margin: 0px;
        padding: 2em;
-       border-top: solid 3px #ccc;
        border-bottom: solid 3px #ccc;
 }