From e6f87dde7fa41d1fcb1a95a6d91f5253bd8ae10a Mon Sep 17 00:00:00 2001 From: Dave Thompson Date: Wed, 18 Jun 2014 12:36:50 -0400 Subject: [PATCH] Make header nav text larger. --- css/main.css | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/css/main.css b/css/main.css index 8d2cfd8..52dd09a 100644 --- a/css/main.css +++ b/css/main.css @@ -266,10 +266,11 @@ a:focus > img + strong { } #header ul.os { - line-height: 1; - margin: .5em 0 2em; - padding: 0 0 .25em; - border-bottom: 1px solid #94b3e2; + line-height: 1; + margin: .5em 0 2em; + padding: 0 0 .25em; + border-bottom: 1px solid #94b3e2; + font-size: 1.25em; } #header ul.os li { @@ -283,7 +284,7 @@ a:focus > img + strong { } #header ul.os .spacer { - padding: .25em 0 .25em 4em; + padding: .25em 0 .25em 2em; } #header #infographic { @@ -407,7 +408,7 @@ ul.images li > img { .dropdown > h4 { font-size: .85em; - width: 140px; + width: 180px; text-align: center; display: inline-block; cursor: pointer; @@ -418,6 +419,14 @@ ul.images li > img { border-radius: 3px; } +.dropdown ul { + position: absolute; + width: 180px; + text-align: center; + background: #f4eed7; + font-size: .85em; +} + .troubleshooting > h4 { display: inline-block; cursor: pointer; @@ -480,13 +489,6 @@ ul.images li > img { display: inline-block; } -.dropdown ul { - position: absolute; - width: 140px; - text-align: center; - background: #f4eed7; -} - /* Form elements: newsletter + pgp pathfinder */ -- 2.25.1