X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/069b78426769040f09cf16fb7188a8e02b0fc415643a5b60a5d092703ee13132..99682608e121a2efafe38b78b833bb0237fbabe368f70c2d1a9c509da3dfd14e:/gitweb.css?ds=sidebyside diff --git a/gitweb.css b/gitweb.css index 8f94ed5..0c3cec2 100644 --- a/gitweb.css +++ b/gitweb.css @@ -132,11 +132,14 @@ div.list_head { font-style: italic; } +.author_date, .author { + font-style: italic; +} + div.author_date { padding: 8px; border: solid #d9d8d1; border-width: 0px 0px 1px 0px; - font-style: italic; } a.list { @@ -435,6 +438,10 @@ div.search { right: 12px } +p.projsearch { + text-align: center; +} + td.linenr { text-align: right; } @@ -481,6 +488,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;