From ea55ea0138ba2377ac3087a9e824b5a3140b67ee Mon Sep 17 00:00:00 2001 From: David Lehman Date: Thu, 10 Jul 2014 17:36:30 -0500 Subject: [PATCH 5/6] Various changes to the site-wide stylesheet. Darken text color in unordered lists. Adjust some margins and whatnot to make things line up better. Don't uppercase all h2 text. Put the images for python, lgpl, fedora links in the anchor tags so they actually work as links. --- source/stylesheets/lib/site.sass | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/source/stylesheets/lib/site.sass b/source/stylesheets/lib/site.sass index 3e4a8f8..d8ab2a1 100644 --- a/source/stylesheets/lib/site.sass +++ b/source/stylesheets/lib/site.sass @@ -17,7 +17,7 @@ $green: #a8ae28 $darkergreen: #999f24 $callout: #777 -$text: #aaa +$text: #60605b nav font-size: 14pt @@ -36,7 +36,7 @@ nav h2 font-size: 24pt - margin: auto auto + margin: auto 0 .index #subhead button @@ -52,7 +52,6 @@ nav h2 color: $bluegreen - text-transform: uppercase font-size: 17pt margin-bottom: .5em margin-top: 2em @@ -163,11 +162,11 @@ body ul display: flex flex-direction: column - margin-right: 25px + margin-right: 80px #featuring margin-top: 3em - margin-bottom: 1em + margin-bottom: 0 display: flex flex-flow: row wrap justify-content: center @@ -178,13 +177,13 @@ body margin: 5% .python - background: $lightergray url('/images/logo-python.png') 50% 65% no-repeat + background: $lightergray 50% 65% no-repeat .lgpl - background: $lightergray url('/images/logo-lgpl.png') 50% 65% no-repeat + background: $lightergray 50% 65% no-repeat .fedora - background: $lightergray url('/images/logo-fedora.png') 50% 65% no-repeat + background: $lightergray 50% 65% no-repeat #footer margin-top: 4em -- 1.9.3