X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=gitweb.css;fp=gitweb.css;h=a01eac814e51edd2115474f4d48a8d7fafa8c0e6;hb=559fd0250c8103477eaaad02b38c2ccfdbdda9f7;hp=aa0eeca24786dbd5143354fc3bb5e8cdb3ef831f;hpb=6fe435b1dba5647a83349f69fe95eb3c02758997;p=geekigeeki.git diff --git a/gitweb.css b/gitweb.css index aa0eeca..a01eac8 100644 --- a/gitweb.css +++ b/gitweb.css @@ -435,6 +435,10 @@ div.search { right: 12px } +p.projsearch { + text-align: center; +} + td.linenr { text-align: right; } @@ -481,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;