better mobile css support

This commit is contained in:
albert
2011-12-16 16:57:49 -05:00
parent 4e99ca2613
commit de1c263357
6 changed files with 29 additions and 9 deletions

View File

@@ -3,9 +3,7 @@
div.paginator {
display: block;
padding: 2em 0 1em 0;
font-size: 2em;
text-align: center;
font-weight: bold;
clear: both;
li {

View File

@@ -0,0 +1,3 @@
/*
*= require_tree "./mobile"
*/

View File

@@ -0,0 +1,3 @@
div.paginator {
font-size: 3em;
}

View File

@@ -0,0 +1,15 @@
a.search-inc-tag {
display: none;
}
a.search-exl-tag {
display: none;
}
.post-count {
display: none;
}
section#mode-box {
display: none;
}