summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f19759)
raw | patch | inline | side by side (parent: 0f19759)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 16 Dec 2008 08:04:25 +0000 (08:04 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 16 Dec 2008 08:04:25 +0000 (08:04 +0000) |
website/inc/trac.css | [new file with mode: 0644] | patch | blob |
diff --git a/website/inc/trac.css b/website/inc/trac.css
--- /dev/null
+++ b/website/inc/trac.css
@@ -0,0 +1,40 @@
+@import url(/rrdtool/inc/design.css);
+
+div#header {
+ display:none;
+}
+
+div#logo {
+ float: left;
+ margin-left: 36px;
+}
+table#frame {
+ width: auto;
+}
+
+div#menu a {
+ border-style: none;
+}
+
+div#menu a:hover {
+ background: inherit;
+}
+
+div#tracbody {
+ color: black;
+ margin: 40px;
+ margin-top: 40px;
+}
+
+div#tracbody h1 {
+ color: #717fe5;
+ margin-top: 10px;
+ margin-bottom: 0.5em;
+ padding-bottom: 0.1em;
+ line-height: 1em;
+ font-size: 220%;
+ border-bottom-style: solid;
+ border-bottom-width: 4px;
+ border-bottom-color: #606060;
+}
+