]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Mark boundary commits in 'blame' view
[Gitweb] / gitweb.css
index 8035ff13d4c67e9ef2377b723a9e086ebd1034f96ce6eee013c998b02210ab2c..1e8737752943865433ca03918206e10cd653d2175bd21932fe4b2b29aa7340cd 100644 (file)
@@ -28,6 +28,10 @@ img.logo {
        border-width: 0px;
 }
 
        border-width: 0px;
 }
 
+img.avatar {
+       vertical-align: middle;
+}
+
 div.page_header {
        height: 25px;
        padding: 8px;
 div.page_header {
        height: 25px;
        padding: 8px;
@@ -132,11 +136,14 @@ div.list_head {
        font-style: italic;
 }
 
        font-style: italic;
 }
 
+.author_date, .author {
+       font-style: italic;
+}
+
 div.author_date {
        padding: 8px;
        border: solid #d9d8d1;
        border-width: 0px 0px 1px 0px;
 div.author_date {
        padding: 8px;
        border: solid #d9d8d1;
        border-width: 0px 0px 1px 0px;
-       font-style: italic;
 }
 
 a.list {
 }
 
 a.list {
@@ -235,6 +242,10 @@ tr.dark:hover {
        background-color: #edece6;
 }
 
        background-color: #edece6;
 }
 
+tr.boundary td.sha1 {
+       font-weight: bold;
+}
+
 td {
        padding: 2px 5px;
        font-size: 100%;
 td {
        padding: 2px 5px;
        font-size: 100%;
@@ -255,7 +266,7 @@ td.sha1 {
        font-family: monospace;
 }
 
        font-family: monospace;
 }
 
-td.error {
+.error {
        color: red;
        background-color: yellow;
 }
        color: red;
        background-color: yellow;
 }
@@ -435,6 +446,10 @@ div.search {
        right: 12px
 }
 
        right: 12px
 }
 
+p.projsearch {
+       text-align: center;
+}
+
 td.linenr {
        text-align: right;
 }
 td.linenr {
        text-align: right;
 }
This page took 0.237758 seconds and 4 git commands to generate.