From 42348f6a810ed8e87881319866b6e1ccbb17e77d Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 10 Nov 2014 21:48:07 +0100 Subject: 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. --- stylesheets/styles.css | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'stylesheets') 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; -- cgit v1.2.3