templates/header.tmpl
changeset 1417 90b62337f8dd
parent 1336 8c094fb47b59
child 1425 8fe4116b3253
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -21,6 +21,7 @@ a { text-decoration:none; }
   font-family: sans;
   font-weight: bold;
 }
+
 .metatag {
   background-color: #888888;
   color: white;
@@ -30,6 +31,23 @@ a { text-decoration:none; }
 /* Common */
 pre { margin: 0; }
 
+.logo {
+  background-color: #333;
+  padding: 4pt;
+  margin: 8pt 0 8pt 8pt;
+  font-family: sans;
+  font-size: 60%;
+  color: white;
+  float: right;
+  clear: right;
+  text-align: left;
+}
+
+.logo a {
+  font-weight: bold;
+  font-size: 150%; 
+  color: #999;
+}
 
 /* Changelog entries */
 .changelogEntry { width: 100%; }