Move some css outside of the mobile layout

This commit is contained in:
Frédéric Guillot 2014-02-04 21:54:41 -05:00
parent 4a17f614fe
commit 3ea7240849
1 changed files with 12 additions and 13 deletions

View File

@ -587,6 +587,18 @@ iframe {
max-width: 98%;
}
.menu-more li {
font-size: 1.1em;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted #ccc;
list-style-type: none;
}
.menu-more a {
text-decoration: none;
color: #333;
}
/* desktop design */
@media only screen and (min-width: 480px) {
@ -651,17 +663,4 @@ iframe {
section li {
font-size: 0.85em;
}
.menu-more li {
font-size: 1.1em;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted #ccc;
list-style-type: none;
}
.menu-more a {
text-decoration: none;
color: #333;
}
}