diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css index 8c06a9bb..becc05ea 100644 --- a/i2p2www/static/styles/duck.css +++ b/i2p2www/static/styles/duck.css @@ -213,6 +213,16 @@ div#content .main { div#content .aside ul {margin:1em 0;} div#content .aside ul li {list-style-type:none; margin:1em 0; line-height:1.3em;} + div#content .lastupdated { + background-color: #ffffdd; + padding: 2px 4px; + position: absolute; + right: 10%; + text-align: right; + top: 0; + width: 200px; + } + /** * The .inner class is for the content wrapper on inner pages (as opposed to the home page) */