diff options
author | Dan McGee <dan@archlinux.org> | 2015-06-05 08:15:32 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2015-06-05 08:28:30 -0500 |
commit | ff1359050f686437b6078e2b12948674d2f7388f (patch) | |
tree | e1683d25f76cdd09b949c023f11906422af7d5cc /sitestatic | |
parent | becb5b2356b384178002d9db6084547325ff7787 (diff) |
Tweak display of todolist descriptions
Indent, call out, and add some borders, among other things.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index cc3b9742..2ea582fb 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -1047,7 +1047,18 @@ ul.admin-actions { /* todo lists (public and private) */ .todo-info { - margin: 0; color: #999; + color: #999; + border-bottom: 1px dotted #bbb; +} + +.todo-description { + margin-top: 1em; + padding-left: 2em; + max-width: 900px; +} + +.todo-pkgbases { + border-top: 1px dotted #bbb; } .todo-list h4 { |