Code

fix groundwork links
[rrdtool-all.git] / website / inc / trac.css
1 @import url(/rrdtool/inc/design.css);
3 div#header {
4     display:none;
5 }
7 div#logo {
8   float: left;
9   margin-left: 36px;
10 }
11 table#frame  {
12         width: auto;
13 }
15 div#menu a {
16   border-style: none;
17 }
19 div#menu a:hover {
20   background: inherit;
21 }
23 div#tracbody {
24   color: black;
25   margin: 40px;
26   margin-top: 40px;
27 }
29 div#tracbody h1 { 
30   color: #717fe5;
31   margin-top: 10px;
32   margin-bottom: 0.5em;
33   padding-bottom: 0.1em;
34   line-height: 1em;
35   font-size: 220%;
36   border-bottom-style: solid;
37   border-bottom-width: 4px;
38   border-bottom-color: #606060;
39 }