More work.

This commit is contained in:
Daniel Buckmaster 2014-03-29 20:58:28 +11:00
parent 5ac0a23db9
commit 8488ef4064
13 changed files with 153 additions and 64 deletions

View file

@ -1,3 +1,7 @@
body {
overflow-y: scroll;
}
/*-----------------------------------------------------------------------------
* Bootstrap overrides
*/
@ -43,13 +47,19 @@
margin-left: 10%;
}
.site h1 { font-size: 24px; }
.site h2 { font-size: 20px; }
/*-----------------------------------------------------------------------------
* Site
*/
span.post-title {
font-weight: bold;
}
span.date {
color: gray;
margin-right: 1em;
}
h4 a,
h4 a:hover {
color: rgb(51, 51, 51);
@ -108,7 +118,7 @@ h4 a:hover {
* Static pages
*/
.page h2 {
.page h3 {
color: #555;
}
@ -116,10 +126,11 @@ h4 a:hover {
margin-top: 1em;
}
.page .banner h1 {
.banner h2 {
/* Fixes scrolling to anchors with the fixed navbar. */
margin-top: -60px;
padding-top: 70px;
display: inline-block;
}
img.history,
@ -132,3 +143,11 @@ img.made-with-torque {
img.history {
margin: 1em;
}
/*-----------------------------------------------------------------------------
* Posts
*/
.meta {
margin-top: 10px;
}