X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/069b78426769040f09cf16fb7188a8e02b0fc415643a5b60a5d092703ee13132..b30bdbe02d076ed9cdf96e3866ccc886de70a89b69947f2b921f03cc78d2b040:/gitweb.css?ds=sidebyside diff --git a/gitweb.css b/gitweb.css index 8f94ed5..ad71a3f 100644 --- a/gitweb.css +++ b/gitweb.css @@ -28,6 +28,10 @@ img.logo { border-width: 0px; } +img.avatar { + vertical-align: middle; +} + div.page_header { height: 25px; padding: 8px; @@ -132,11 +136,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 +442,10 @@ div.search { right: 12px } +p.projsearch { + text-align: center; +} + td.linenr { text-align: right; } @@ -481,6 +492,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;