summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-11-23 23:55:58 -0500
committerLoui Chang <louipc.ist@gmail.com>2009-11-23 23:57:41 -0500
commitb462c6fc43a6efddbdd10b53e4094be6995929c3 (patch)
tree7501ec4f184ad595384b787a059c5c2c937d1199 /web/html/css
parent1bc4836e19223cd2bcdc46c517d16f80783c1bcf (diff)
downloadaurweb-b462c6fc43a6efddbdd10b53e4094be6995929c3.tar.xz
Bring TU addvote into the current layout.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/arch.css6
-rw-r--r--web/html/css/fonts.css6
2 files changed, 6 insertions, 6 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css
index 6bf4e11..3f1f764 100644
--- a/web/html/css/arch.css
+++ b/web/html/css/arch.css
@@ -361,3 +361,9 @@ blockquote.code {
padding: 2px;
font-family: monospace;
}
+
+.pkgoutput {
+ margin: 0 25px;
+ font-size: 18px;
+ font-weight: bold;
+}
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css
index beaf4e2..395f424 100644
--- a/web/html/css/fonts.css
+++ b/web/html/css/fonts.css
@@ -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;
-}