diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 05:55:58 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 05:57:41 +0100 |
commit | b462c6fc43a6efddbdd10b53e4094be6995929c3 (patch) | |
tree | 7501ec4f184ad595384b787a059c5c2c937d1199 /web/html/css | |
parent | 1bc4836e19223cd2bcdc46c517d16f80783c1bcf (diff) | |
download | aur-b462c6fc43a6efddbdd10b53e4094be6995929c3.tar.gz aur-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.css | 6 | ||||
-rw-r--r-- | web/html/css/fonts.css | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 6bf4e119..3f1f764b 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 beaf4e22..395f4242 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; -} |