]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Teach "a=blob" action to be more lenient about blob/file mime type
[Gitweb] / gitweb.css
index 82fc262616666ccef820560d6bb50efa077c98a151575c7a2a08be51b5fe6f9e..b4050b7f1ca76ee7b60febcb5b8ea15444ddaaa52da4e5db6ee5b45c711c4e17 100644 (file)
@@ -85,6 +85,10 @@ div.title, a.title {
        color: #000000;
 }
 
+div.readme {
+       padding: 8px;
+}
+
 a.title:hover {
        background-color: #d9d8d1;
 }
@@ -170,14 +174,10 @@ a.text:hover {
 
 table {
        padding: 8px 4px;
-}
-
-table.project_list {
        border-spacing: 0;
 }
 
 table.diff_tree {
-       border-spacing: 0;
        font-family: monospace;
 }
 
@@ -430,7 +430,7 @@ div.search {
        font-size: 100%;
        font-weight: normal;
        margin: 4px 8px;
-       position: absolute;
+       float: right;
        top: 56px;
        right: 12px
 }
This page took 0.18673 seconds and 4 git commands to generate.