From 9a4b4011f8b8f3fa9f8b6b5de4713e83f6689ed9 Mon Sep 17 00:00:00 2001 From: Norbert Lindenberg Date: Wed, 18 Jul 2012 12:32:54 -0700 Subject: Got test402 web site into usable shape. Unified headers of test262/402 sites. - Added table of contents for ECMA-402. - Added ability to load the right table of contents into results display. - Added meaningful text to test402 web page. - Updated test262 web pages for 5.1 edition of ECMA-262. - Unified headers of test262/402 web pages to ECMAScript . - Replaced text logos with styled text. - Decapitalized some text; fixed a typo; expanded an abbreviation. - Fixed a few issues found by W3 HTML validator. --- website/styles/style.css | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) (limited to 'website/styles/style.css') diff --git a/website/styles/style.css b/website/styles/style.css index a3a77f934..d3a36488b 100644 --- a/website/styles/style.css +++ b/website/styles/style.css @@ -23,41 +23,37 @@ a margin: 0px auto; } -.logoHeader +.mainHeader { display:block; height:50px; } -.ecmascriptlogoBg +.mainHeader p { - margin-bottom: 5px; - width:700px; - float:left; + color: black; + margin: 0; + font-size: 2em; } -.logoBg +#ECMAscript { - text-align: left; - margin-bottom: 5px; - width:600px; - height:36px; - float:left; + color: #f2a612; } -.ecmascriptbacklink + +#ecmaSCRIPT { - position:relative; + color: #868686; } -.ecmascriptbacklink p + +#ecmascriptbacklink { - position:absolute; - right:0px; + display: inline-block; + float: right; + margin-top: 1.5em; + font-size: 0.4em; + font-weight: bold; } -.ecmascriptbacklink a -{ - font-weight:bold; - font-size:0.9em; -} .navBar { -- cgit v1.2.3