summaryrefslogtreecommitdiff
path: root/sitestatic
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-08-06 00:06:51 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-08-06 00:06:51 -0600
commit004317994057a974e36dab450f388005386bf209 (patch)
treea1ec58537152d28a783bcb349c151f4d1e336171 /sitestatic
parent4ec2197deab2f7df1cb94a6506fac9127b3ae414 (diff)
parentd4731a373ca665d4547eb0e89cdf270d41c44243 (diff)
Merge branch 'archweb-generic'
# Conflicts: # public/tests.py # templates/base.html
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/archweb.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index 22f23b3a..851f17ad 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -1023,7 +1023,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 {