diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-07-09 20:56:15 +0200 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-07-22 19:51:13 +0200 |
commit | 6bae84f34a571da9da0f7c2237be3cc544ecb365 (patch) | |
tree | a96218598f02e9aa7d2066fe9267f21745db9e86 /web/html/css/fonts.css | |
parent | 1a1a6eb36e17315f08eee0e44a83fe4bdf0887f5 (diff) | |
download | aur-6bae84f34a571da9da0f7c2237be3cc544ecb365.tar.gz aur-6bae84f34a571da9da0f7c2237be3cc544ecb365.tar.xz |
Change some of the index page notices.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/css/fonts.css')
-rw-r--r-- | web/html/css/fonts.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index dc65070e..baa75609 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -99,5 +99,9 @@ a:hover { h1, h2, h3, h4 { font-size: 16pt; } -span.important { color: #f00; } + +.important { + font-weight: bold; + color: #f00; +} |