X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/069b78426769040f09cf16fb7188a8e02b0fc415643a5b60a5d092703ee13132..2a41fdbb10aaea4edf25c92b0e2ea975d97a241c71f7c9d096334a87df7245d4:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 8f94ed5..644d0f6 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;