Bring TU addvote into the current layout.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-11-23 23:55:58 -05:00
parent 1bc4836e19
commit b462c6fc43
3 changed files with 25 additions and 19 deletions

View file

@ -361,3 +361,9 @@ blockquote.code {
padding: 2px;
font-family: monospace;
}
.pkgoutput {
margin: 0 25px;
font-size: 18px;
font-weight: bold;
}

View file

@ -104,10 +104,4 @@ h1, h2, h3, h4 {
font-weight: bold;
color: #f00;
}
.pkgoutput {
font-size: 12pt;
font-weight: bold;
text-align: left;
clear: both;
}