Rounded bottom corners of .lastupdated box

This commit is contained in:
str4d
2012-12-18 00:44:54 +00:00
parent 18e26d6cc3
commit 32db04d701

View File

@ -225,6 +225,7 @@ div#content .main {
div#content .lastupdated {
background-color: #ffffdd;
border-radius: 0 0 5px 5px;
padding: 2px 4px;
position: absolute;
right: 10%;