]> Lady’s Gitweb - Gitweb/blobdiff - static/gitweb.css
gitweb: Avoid overflowing page body frame with large images
[Gitweb] / static / gitweb.css
index 9c5fe2304708412ec46e8459c87446e1199d0afdc021de87aa722dde953bb308..15792fe9cad49d18cc5ed5a2b4854611183a1109272a90cf3a4936b0ab63dc03 100644 (file)
@@ -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;
This page took 0.209475 seconds and 4 git commands to generate.