switch around header levels

This commit is contained in:
Danny Berger
2014-03-15 14:58:16 +00:00
parent 7fbb9535ed
commit 8c2cd52002
24 changed files with 95 additions and 95 deletions

View File

@@ -23,7 +23,7 @@
<div style="border-bottom:#CCCCCC solid 1px;color:#333;font-family:Lato,sans-serif;font-size:12px;height:36px;position:relative;">
<div style="float:left;padding:0 5px 0 4px;"><img alt="DPB" src="http://www.gravatar.com/avatar/5544fe6a05400da5a8957ff29dd6718c.png?s=128" style="border-radius:3px;width:32px;" /></div>
<div style="float:right;list-style:none;margin:3px 3px 0;text-align:right;"><strong id="doctitle">{doctitle}</strong><br /><span id="paginate" style="color:#666666;display:inline-block;font-size:11px;font-weight:300;padding-right:1px;">page {page} of {topage}</span></div>
<h1 style="font-size:15px;margin:0;"><strong>Danny Berger</strong><br /><a href="http://dpb587.me/" style="color:#666666;font-size:11px;font-weight:300;text-decoration:none;">http://dpb587.me</a></h1>
<div class="site-title" style="font-size:15px;margin:0;"><strong>Danny Berger</strong><br /><a href="http://dpb587.me/" style="color:#666666;font-size:11px;font-weight:300;text-decoration:none;">http://dpb587.me</a></div>
</div>
</body>
</html>

View File

@@ -98,26 +98,26 @@ small {
color: #666666;
}
h1 {
div.site-title {
font-size: 20px;
font-weight: 400;
margin: 4px 0 0;
}
h1 strong {
div.site-title strong {
font-weight: 700;
}
h1 strong a {
div.site-title strong a {
color: inherit;
text-decoration: none;
}
h1 small {
div.site-title small {
color: #999999;
}
h2 {
h1 {
color: #333333;
font-size: 18px;
font-weight: 700;
@@ -125,13 +125,13 @@ h2 {
padding: 1px 0;
}
h2 small {
h1 small {
display: block;
font-size: 12px;
font-weight: normal;
}
h3 {
h2 {
border-bottom: #DEDEDE solid 1px;
color: #393939;
font-size: 17px;
@@ -139,7 +139,7 @@ h3 {
padding: 0 4px 2px;
}
h4 {
h3 {
border-bottom: #DEDEDE dotted 1px;
font-size: 14px;
margin: 22px -4px 10px;

View File

@@ -61,10 +61,10 @@ p, ul, ol, dl {
margin: 7px 0;
}
h1 {
div.site-title {
margin-top: 6px;
}
h3 {
h2 {
margin-top: 24px;
}