finally style the mobile nav items a bit more consistently

This commit is contained in:
Coby Chapple 2013-04-04 14:49:30 +01:00
parent 0abc3dc975
commit fbfe891295
1 changed files with 15 additions and 3 deletions

View File

@ -80,15 +80,27 @@ nav li {
.mobile-nav a {
float: left;
width: 100%;
background: #fc0;
color: #333;
box-shadow: inset 0 0 3px #c00;
background: #333;
color: #fc0;
text-align: center;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
padding: 5px 0;
border-radius: 5px;
}
.mobile-nav .current a {
background: #fc0;
color: #222;
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5);
text-shadow: 0 1px 0 rgba(255,255,255,.3);
}
.mobile-nav li {
display: table-cell;
width: 33.3%;
padding: 8px;
}
/* Footer */