]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Show time since last change on index page
[ps-cgit] / cgit.css
index b14f77ebdfb84497803029b03f26843d7b2eb34c..327eaba9d3bb3150bf6926373ad3571c1a8844af 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -60,7 +60,7 @@ table.list tr.nohover:hover {
 }
 
 table.list th {
-       font-weight: normal;
+       font-weight: bold;
        border-bottom: solid 1px #777;
        padding: 0.1em 0.5em 0.1em 0.5em;
        vertical-align: baseline;
@@ -388,3 +388,28 @@ td.toplevel-repo {
 table.list td.sublevel-repo {
        padding-left: 1.5em;
 }
+
+span.age-mins {
+       font-weight: bold;
+       color: #080;
+}
+
+span.age-hours {
+       color: #080;
+}
+
+span.age-days {
+       color: #040;
+}
+
+span.age-weeks {
+       color: #444;
+}
+
+span.age-months {
+       color: #888;
+}
+
+span.age-years {
+       color: #bbb;
+}