]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Move git_get_last_activity subroutine earlier
[Gitweb] / gitweb.css
index 27f66a1c51d69db62600c09c958382a0acd693ea8ebf08ac9f4b6901d931763a..a93a120a3d9e32a95be80db8db9d2d932de3740fb00fbb0970e8236666e0eca9 100644 (file)
@@ -16,6 +16,11 @@ a:hover, a:visited, a:active {
        color: #880000;
 }
 
+img.logo {
+       float: right;
+       border-width: 0px;
+}
+
 div.page_header {
        height: 25px;
        padding: 8px;
@@ -173,6 +178,12 @@ table.blame {
        border-collapse: collapse;
 }
 
+table.blame td {
+       padding: 0px 5px;
+       font-size: 12px;
+       vertical-align: top;
+}
+
 th {
        padding: 2px 5px;
        font-size: 12px;
@@ -322,6 +333,8 @@ div.index_include {
 }
 
 div.search {
+       font-size: 12px;
+       font-weight: normal;
        margin: 4px 8px;
        position: absolute;
        top: 56px;
This page took 0.222449 seconds and 4 git commands to generate.