]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: use_pathinfo filenames start with /
[Gitweb] / gitweb.css
index b4050b7f1ca76ee7b60febcb5b8ea15444ddaaa52da4e5db6ee5b45c711c4e17..644d0f632f23b5d2953abe9efe45dd00312a47b538426837214cb8b0dbd39339 100644 (file)
@@ -435,6 +435,10 @@ div.search {
        right: 12px
 }
 
+p.projsearch {
+       text-align: center;
+}
+
 td.linenr {
        text-align: right;
 }
@@ -464,6 +468,14 @@ a.rss_logo:hover {
        background-color: #ee5500;
 }
 
+a.rss_logo.generic {
+       background-color: #ff8800;
+}
+
+a.rss_logo.generic:hover {
+       background-color: #ee7700;
+}
+
 span.refs span {
        padding: 0px 4px;
        font-size: 70%;
@@ -473,6 +485,19 @@ span.refs span {
        border-color: #ffccff #ff00ee #ff00ee #ffccff;
 }
 
+span.refs span a {
+       text-decoration: none;
+       color: inherit;
+}
+
+span.refs span a:hover {
+       text-decoration: underline;
+}
+
+span.refs span.indirect {
+       font-style: italic;
+}
+
 span.refs span.ref {
        background-color: #aaaaff;
        border-color: #ccccff #0033cc #0033cc #ccccff;
This page took 0.26929 seconds and 4 git commands to generate.