diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-11 23:16:36 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-11 23:39:51 +0200 |
commit | 1537f3be1a305efa608ba027176909276abba144 (patch) | |
tree | f537ee37e43de98cad15d27002d00c290bc14d90 /web/html/css | |
parent | 6e514ee33599b453275153ccd9483b417774a299 (diff) | |
download | aurweb-1537f3be1a305efa608ba027176909276abba144.tar.xz |
Redesign the home page
* Make the home page look even more like the archweb home page.
* Add information on package requests.
* Improve texts on discussion and bug reporting.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/aurweb.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index c86c1da..a3f43bd 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -81,3 +81,7 @@ legend { padding: 1em 0; } + +p.important { + font-weight: bold; +} |