diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-11-03 17:26:46 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-11-03 17:26:46 -0600 |
commit | 600ab732eb490f7cff75af06197a9dec891c567f (patch) | |
tree | f424122bcf45517b28c12b9c364f11b12d795257 /res | |
parent | 56280f75f5451d20db8091a94d508b82a9b3a213 (diff) | |
download | oper.io-600ab732eb490f7cff75af06197a9dec891c567f.tar.gz oper.io-600ab732eb490f7cff75af06197a9dec891c567f.tar.xz |
style:Update footer styling
Remove border, background color. Lighten text color, increase top
margin, and align right.
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/res/style.css b/res/style.css index f18d1dc..252bd80 100644 --- a/res/style.css +++ b/res/style.css @@ -461,12 +461,11 @@ div.index div.sect2 div.sect3 div.ulist ul li { div.datelastedit p { - margin-top:20px; + margin-top:2em; margin-bottom:0px; - background-color:#ccc; - color:#422; - border:1px dotted #999; - font-style:italic + color:#888; + font-style:italic; + text-align:right; } img#piwik-img { |