X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/a212a9ed1c391e6c83a6b1326bf7376beea4d8eec667589aecb564e3c57eaba0..c5617d721b904e77d3d80c8e1cf68ca5c9d36a08e1429bba74433cee33de7e36:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 8035ff1..f692e74 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 { @@ -255,7 +262,7 @@ td.sha1 { font-family: monospace; } -td.error { +.error { color: red; background-color: yellow; } @@ -435,6 +442,10 @@ div.search { right: 12px } +p.projsearch { + text-align: center; +} + td.linenr { text-align: right; }