aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 4507323..874cadf 100644
--- a/static/style.css
+++ b/static/style.css
@@ -9,6 +9,7 @@ a:hover { color: #c00; }
.nav li + li:before { content: " // "; }
h2 { font-weight: normal; color: #222; margin-bottom: 10px; padding-left: 10px}
.chk-private { float: right; font-size: 12px; margin-top: 12px}
+.drop-expiration { float: left; font-size: 12px; margin-top: 12px}
dl { overflow: auto; font-size: 14px; padding: 0 10px}
dl dt { font-weight: bold; min-width: 70px; float: left; padding-right: 15px;
clear: left; }
bgstack15