Style lastupdated better in mobile view
This commit is contained in:
@ -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;
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user