Style lastupdated better in mobile view

This commit is contained in:
str4d
2013-06-09 22:38:38 +00:00
parent 108a27d7ac
commit c6adccacad
2 changed files with 5 additions and 8 deletions

View File

@ -138,11 +138,10 @@ div#content .lastupdated {
background-color: #ffffdd;
border-radius: 0 0 5px 5px;
padding: 2px 4px;
position: absolute;
right: 10%;
position: relative;
left: 8%;
text-align: right;
top: 0;
width: 200px;
width: 80%;
}
/**
@ -151,7 +150,7 @@ div#content .lastupdated {
div#content .inner {
width:auto;
margin: 0 5%;
padding: 4em 5%;
padding: 0 5%;
position:relative;
background: rgba(171, 204, 113, 0.6);
border-top:2px solid #abcc71;

View File

@ -254,9 +254,7 @@ div#content .main {
}
div#content .lastupdated {
background-color: #ffffdd;
border-radius: 0 0 5px 5px;
padding: 2px 4px;
left: auto;
position: absolute;
right: 10%;
text-align: right;