Added some basic styling to div#content .lastupdated

This commit is contained in:
str4d
2012-12-14 04:01:06 +00:00
parent e28b1ecabf
commit 48077d3b68

View File

@@ -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)
*/