diff -r ee8af8a4d905 -r 7b2a77b20964 templates/static/style-paper.css --- a/templates/static/style-paper.css Tue Nov 25 17:54:49 2008 +0100 +++ b/templates/static/style-paper.css Tue Nov 25 22:51:10 2008 +0100 @@ -102,6 +102,22 @@ vertical-align: baseline; } +.branchhead { + color: #000; + font-size: 80%; + font-weight: normal; + margin-left: .5em; + vertical-align: baseline; +} + +.branchname { + color: #000; + font-size: 60%; + font-weight: normal; + margin-left: .5em; + vertical-align: baseline; +} + /* Common */ pre { margin: 0; }