Only add border-radius to lastupdated in desktop view

This commit is contained in:
str4d
2015-05-30 02:22:45 +00:00
parent 4c273e17c6
commit afeacad0d2
2 changed files with 6 additions and 2 deletions

View File

@@ -205,10 +205,9 @@ div#content .sidebar nav ul {
div#content .lastupdated {
background-color: #ffffdd;
border-radius: 0 0 0 10px;
padding: 2px 4px;
position: relative;
text-align: right;
text-align: center;
}
div#content .content-inner {

View File

@@ -250,6 +250,11 @@ div#content .inner .sidebar {
width: 250px;
}
div#content .lastupdated {
border-radius: 0 0 0 10px;
text-align: right;
}
div#content .content-inner.two-col {
margin-left: 252px;
}