From 15d75dd7a5a54b1bbedeab92edd3154f0118295c Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sun, 9 Jan 2011 18:47:36 -0500 Subject: [PATCH] docs - style tweaks --- css/style.css | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index 44ecd50..fdb74c1 100644 --- a/css/style.css +++ b/css/style.css @@ -34,13 +34,6 @@ h2 { line-height: 1.1em; } -h3 { - color: #FEC; - background: hsla( 0, 0%, 0%, 0.15 ); - padding: 2px 0.5em; - margin-bottom: 0.5em; -} - ul, ol { margin-left: 1.5em; } @@ -53,7 +46,6 @@ a { a:hover { color: #4BF; - border-bottom: 1px dotted; } a:active { @@ -365,6 +357,10 @@ body.doc { margin-bottom: 20px; } +.doc a:hover { + border-bottom: 1px dotted; +} + @media screen and (min-width: 768px) { body.doc { @@ -390,6 +386,9 @@ body.doc { margin-bottom: 0.5em; } +#docs-nav h1 a { color: #4FB; } +#docs-nav h1 a:hover { color: #4BF; } + #docs-nav ul { list-style: none; margin: 0; @@ -409,6 +408,15 @@ body.doc { /**** Doc content ****/ +.doc h3 { + color: #FEC; + background: hsla( 0, 0%, 0%, 0.15 ); + padding: 2px 0.5em; + margin-bottom: 0.5em; +} + + + .doc h2, .doc footer { border-top: 1px solid #333;