]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Add support for 'enable-gitweb-owner' option
[ps-cgit] / cgit.css
index 563f8e15c2b6f19d88391e51b13fe3a5519bb225..6e47eb3acfbf2eac8ce763575fa5b03a64030a74 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -64,7 +64,7 @@ table#header td.sub {
 }
 
 table.tabs {
 }
 
 table.tabs {
-       /* border-bottom: solid 2px #ccc; */
+       border-bottom: solid 3px #ccc;
        border-collapse: collapse;
        margin-top: 2em;
        margin-bottom: 0px;
        border-collapse: collapse;
        margin-top: 2em;
        margin-bottom: 0px;
@@ -106,14 +106,12 @@ div.path {
        margin: 0px;
        padding: 5px 2em 2px 2em;
        color: #000;
        margin: 0px;
        padding: 5px 2em 2px 2em;
        color: #000;
-       background-color: #ccc;
-       font-weight: bold;
+       background-color: #eee;
 }
 
 div.content {
        margin: 0px;
        padding: 2em;
 }
 
 div.content {
        margin: 0px;
        padding: 2em;
-       border-top: solid 3px #ccc;
        border-bottom: solid 3px #ccc;
 }
 
        border-bottom: solid 3px #ccc;
 }
 
@@ -533,7 +531,10 @@ a.deco {
        border: solid 1px #770000;
 }
 
        border: solid 1px #770000;
 }
 
-div.commit-subject a {
+div.commit-subject a.branch-deco,
+div.commit-subject a.tag-deco,
+div.commit-subject a.remote-deco,
+div.commit-subject a.deco {
        margin-left: 1em;
        font-size: 75%;
 }
        margin-left: 1em;
        font-size: 75%;
 }