diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-10 21:48:07 +0100 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-10 21:48:07 +0100 |
commit | 42348f6a810ed8e87881319866b6e1ccbb17e77d (patch) | |
tree | d15365211ed934862048bb3911641830d1cd8c46 /stylesheets | |
parent | 1e6350b027fe6dc6adff55afb3e9746efc908c7c (diff) |
Almost ready to replace the main site!
Applied CSS readability fixes - the font is very small on Windows.
Fleshed out header/footer - added support information, better links, etc.
Added license page because people like to know the licensing terms.
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/styles.css | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 12d785c..e635dd7 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -2,8 +2,13 @@ body { padding:50px; - font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight:300; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 16px; + font-weight: 300; +} + +small { + font-size:14px; } h1, h2, h3, h4, h5, h6 { @@ -37,12 +42,6 @@ a { text-decoration:none; } -a small { - font-size:11px; - color:#777; - margin-top:-0.6em; -} - .wrapper { width:860px; margin:0 auto; @@ -58,7 +57,7 @@ blockquote { code, pre { font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; color:#333; - font-size:12px; + font-size:14px; } pre { @@ -110,10 +109,6 @@ section { padding-bottom:50px; } -small { - font-size:11px; -} - hr { border:0; background:#e5e5e5; |