diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2014-11-20 20:43:06 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2014-11-20 20:43:06 -0800 |
| commit | 8a16ae1c3a12dcff0931687c9bd270d6b8ab044a (patch) | |
| tree | 9801318c8874359869ed6b8acf0bc8d15b12e4b1 | |
| parent | justify text in the articles (diff) | |
| download | lumberjaph-8a16ae1c3a12dcff0931687c9bd270d6b8ab044a.tar.gz | |
some update to the CSS
| -rw-r--r-- | static/css/screen.css | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index b8dd88b..962a8fd 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -5,9 +5,8 @@ html { body { font-family: Helvetica, Arial, sans-serif; - font-size: 16px; + font-size: 14px; background-color: #fff; - font-weight: 400; text-align: left; margin: auto; } @@ -44,8 +43,12 @@ a img { border: 0; } +h1, h2, h3, h4 { + color: #375EAB; +} + #cover_wrap { - width: 720px; + width: 900px; margin: auto; line-height: 1; border-bottom: 1px solid #e8ebf2; @@ -80,7 +83,6 @@ a img { } #cover_wrap #masthead h2 { font-weight: 500; - color: #999; font-size: 1em; } #cover_wrap #masthead a { @@ -100,7 +102,7 @@ a img { } #footer { - width: 720px; + width: 900px; margin: auto; border-top: 1px solid #e8ebf2; box-shadow: inset 0 1px 0 #fff; @@ -154,7 +156,7 @@ figure { font-size: 110%; } #site section { - width: 720px; + width: 900px; margin: auto; } @media only screen and (max-width: 46em) { @@ -163,7 +165,7 @@ figure { } } #site .post-listing { - width: 720px; + width: 900px; margin: auto; padding-left: 0px; display: block; @@ -225,7 +227,7 @@ figure { color: #222; } #site #entry .entry-title { - width: 720px; + width: 900px; margin: 15px auto; font-size: 100%; } |
