style fixes
This commit is contained in:
7
app/assets/stylesheets/mobile/000_vars.css.scss
Normal file
7
app/assets/stylesheets/mobile/000_vars.css.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
$h1_size: 4em;
|
||||
$h2_size: 3em;
|
||||
$h3_size: 2em;
|
||||
$h1_padding: 1.25em 0;
|
||||
$h2_padding: 1.45833em 0;
|
||||
$h3_padding: 1.51785em 0;
|
||||
$baseline: 1em;
|
||||
10
app/assets/stylesheets/mobile/010_reset.css.scss
Normal file
10
app/assets/stylesheets/mobile/010_reset.css.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
/* font-weight: normal;*/
|
||||
font-style: normal;
|
||||
font-size: 130%;
|
||||
line-height: 1.25em;
|
||||
font-family: inherit;
|
||||
}
|
||||
@@ -2,13 +2,10 @@
|
||||
|
||||
header#top {
|
||||
h1 {
|
||||
font-size: 2.5em;
|
||||
margin: 5px 30px 0 30px;
|
||||
}
|
||||
|
||||
menu {
|
||||
font-size: $h1_size;
|
||||
|
||||
li.nonessential {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
@import "../common/000_vars.css.scss";
|
||||
|
||||
div.paginator {
|
||||
font-size: $h1_size;
|
||||
font-weight: bold;
|
||||
|
||||
li {
|
||||
|
||||
@@ -7,27 +7,26 @@ div#c-posts {
|
||||
|
||||
section#tag-box {
|
||||
ul {
|
||||
font-size: $h1_size;
|
||||
font-weight: bold;
|
||||
|
||||
li {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
}
|
||||
|
||||
a.search-tag {
|
||||
}
|
||||
|
||||
a.search-inc-tag {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.search-exl-tag {
|
||||
display: none;
|
||||
}
|
||||
|
||||
span.post-count {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
a.search-tag {
|
||||
}
|
||||
|
||||
a.search-inc-tag {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.search-exl-tag {
|
||||
display: none;
|
||||
}
|
||||
|
||||
span.post-count {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user