add media

This commit is contained in:
wlh
2014-12-12 14:55:39 +08:00
parent d954d7623b
commit f05ae96998
2 changed files with 15 additions and 1 deletions
+12
View File
@@ -10,11 +10,17 @@ input{
-webkit-appearance:none;
outline:none;
border-radius:0;
-webkit-tap-highlight-color:rgba(255,255,255,0);
}
div{
-webkit-tap-highlight-color:rgba(255,255,255,0);
}
a{
color: #525252;
-webkit-tap-highlight-color:rgba(255,255,255,0);
}
header{
@@ -361,6 +367,12 @@ section .list_item:last-child{
color:#000;
}
@media (max-height:350px) {
footer {
display: none;
}
}