]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: add empty alt text to avatar img
[Gitweb] / gitweb.css
index 8035ff13d4c67e9ef2377b723a9e086ebd1034f96ce6eee013c998b02210ab2c..ad71a3f39a7f81011cc5d115534e0b6805cbcd6b28d955a51a75a5176d0a8db3 100644 (file)
@@ -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;
 }
This page took 0.180886 seconds and 4 git commands to generate.