]> git.plutz.net Git - busy/blob - templates/Subversion.css
upgraded to fit new shcgi revision, slightly better input validation, switched to...
[busy] / templates / Subversion.css
1 .changelog {
2   background-color: #FFF;
3   border-color: #AAF;
4   border-style: solid;
5   border-width: 1px;
6   margin: .6em 0em;
7   padding: .2em .5em .5em .5em;
8   border-radius: 8px;
9   -moz-border-radius: 8px;
10 }
11 .changelog h2{
12   font: normal bold 1em sans-serif;
13   text-align: center;
14   color: #66F;
15   margin: 0em 0em .3em 0em;
16   border-style: none none solid none;
17   border-width: 1px;
18   border-color: #AAF;
19 }