]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Add cgit_print_age() function
[ps-cgit] / cgit.css
index 95c3e40d2cea24ce0a5c41003f16eba566a325d2..327eaba9d3bb3150bf6926373ad3571c1a8844af 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -388,3 +388,28 @@ td.toplevel-repo {
 table.list td.sublevel-repo {
        padding-left: 1.5em;
 }
 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;
+}