From d7b78944bec820100bb40773a75a96cebb8ab04d Mon Sep 17 00:00:00 2001 From: supahgreg Date: Thu, 9 Jun 2011 10:21:27 -0500 Subject: [PATCH] Moving things around in aboutScriptish.css --- extension/skin/aboutScriptish.css | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/extension/skin/aboutScriptish.css b/extension/skin/aboutScriptish.css index ea6b58e8..f4516276 100644 --- a/extension/skin/aboutScriptish.css +++ b/extension/skin/aboutScriptish.css @@ -27,12 +27,11 @@ header.primary img { } header.primary h1 { display:inline; } header.secondary h2 { border-bottom: 1px dotted #ccc; } -#test header { margin-bottom: 0; border: none; } ul { margin-top: 5px; padding-left: 15px; } +li { margin-bottom: 0.2em; } p { margin: 0; padding: 0; margin-bottom: 0.5em; } -li { margin-bottom: 0.2em; } a { color: #00f; text-decoration: none; } a:hover { color: #09f; } @@ -48,12 +47,6 @@ article { border: 1px solid ThreeDShadow; border-radius: 15px; } -#test { - padding: 0; -} -#test > section { - margin: 0; -} table { width: 100%; @@ -75,15 +68,21 @@ td { } } -#test { - display: none; -} - .homepage { color: black; border-bottom: 1px dotted lightgray; } +#test { + display: none; + padding: 0; +} +#test > section { + margin: 0; +} + +#test header { margin-bottom: 0; border: none; } + #qunit-testresult { max-width: 100% !important; }