Only add border-radius to lastupdated in desktop view
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user