]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Add footer with page creation time and cgit version on all pages
[ps-cgit] / cgit.css
index 30cb8e6fc6a48c1b80d26608a4dd21b81528524e..fac5f855fdcd129dd1a001b3ca8ce96a36f0a4d9 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -413,6 +413,16 @@ table.list td.sublevel-repo {
        padding-left: 1.5em;
 }
 
+div.pager {
+       text-align: center;
+       margin: 1em 0em 0em 0em;
+}
+
+div.pager a {
+       color: #777;
+       margin: 0em 0.5em;
+}
+
 span.age-mins {
        font-weight: bold;
        color: #080;
@@ -437,3 +447,9 @@ span.age-months {
 span.age-years {
        color: #bbb;
 }
+div.footer {
+       margin-top: 0.5em;
+       text-align: center;
+       font-size: 80%;
+       color: #ccc;
+}