X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/01b12e50109df08f536844e275e1e1885263d46e1d1d0fa7cd72730131c5d454..HEAD:/static/gitweb.css?ds=sidebyside diff --git a/static/gitweb.css b/static/gitweb.css index 9c5fe23..15792fe 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -32,6 +32,11 @@ img.avatar { vertical-align: middle; } +img.blob { + max-height: 100%; + max-width: 100%; +} + a.list img.avatar { border-style: none; } @@ -68,12 +73,13 @@ div.page_path { } div.page_footer { - height: 17px; + height: 22px; padding: 4px 8px; background-color: #d9d8d1; } div.page_footer_text { + line-height: 22px; float: left; color: #555555; font-style: italic;