style fixes

This commit is contained in:
albert
2011-11-15 18:08:01 -05:00
parent cd48af8845
commit 710d584ec6
11 changed files with 72 additions and 55 deletions

View 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;

View 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;
}

View File

@@ -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;
}

View File

@@ -1,7 +1,6 @@
@import "../common/000_vars.css.scss";
div.paginator {
font-size: $h1_size;
font-weight: bold;
li {

View File

@@ -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;
}
}