X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/99682608e121a2efafe38b78b833bb0237fbabe368f70c2d1a9c509da3dfd14e..3c8296019ffc1b5e0bcdb3321a7b2dd1aaeab92f47219a948c71eae79be5d542:/gitweb.css?ds=sidebyside diff --git a/gitweb.css b/gitweb.css index 0c3cec2..1e87377 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; @@ -238,6 +242,10 @@ tr.dark:hover { background-color: #edece6; } +tr.boundary td.sha1 { + font-weight: bold; +} + td { padding: 2px 5px; font-size: 100%; @@ -258,7 +266,7 @@ td.sha1 { font-family: monospace; } -td.error { +.error { color: red; background-color: yellow; }