this is kinda fun

This commit is contained in:
Scott O'Hara 2013-07-13 21:25:13 -04:00
parent f9d3c03280
commit 1a76c3a9dd
4 changed files with 37 additions and 32 deletions

View file

@ -180,8 +180,11 @@
.status-Nav{
float:right;
li{float:left}
@media (max-device-width:480px), screen and (max-width:800px){
float:none
float:none;
}
}

View file

@ -1083,6 +1083,8 @@ a {
.status-Nav {
float: right; }
.status-Nav li {
float: left; }
@media (max-device-width: 480px), screen and (max-width: 800px) {
.status-Nav {
float: none; } }

File diff suppressed because one or more lines are too long