Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60093 - website/public_html/beta/style/css_0
From: daniel_james_at_[hidden]
Date: 2010-03-03 03:10:00


Author: danieljames
Date: 2010-03-03 03:09:59 EST (Wed, 03 Mar 2010)
New Revision: 60093
URL: http://svn.boost.org/trac/boost/changeset/60093

Log:
Make the header style more uniform.
Text files modified:
   website/public_html/beta/style/css_0/header.css | 27 ++++++++++++++++++++-------
   1 files changed, 20 insertions(+), 7 deletions(-)

Modified: website/public_html/beta/style/css_0/header.css
==============================================================================
--- website/public_html/beta/style/css_0/header.css (original)
+++ website/public_html/beta/style/css_0/header.css 2010-03-03 03:09:59 EST (Wed, 03 Mar 2010)
@@ -4,24 +4,37 @@
   (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 */
 /* Heading, title and logo. */
+
+/* Position the common heading. This appears on pages which have their own
+ * markup. Since the body might have a margin this has to be absolutely
+ * positioned. The spacer then pushes the page content down so that it
+ * doesn't fall underneath the heading. */
 #boost-common-heading-doc {
   position: absolute;
   left: 0;
   top: 0;
- margin: 0em;
- height: 100px;
- width: 100%;
- overflow: hidden;
 }
-#heading * {
+#boost-common-heading-doc-spacer {
+ height: 100px;
 }
+
+#boost-common-heading-doc,
 #heading {
   margin: 0em;
   border-bottom: #000000 solid 1px;
   height: 100px;
+ width: 100%;
+ overflow: hidden;
+ font-family: sans-serif;
+ font-size: 9.5pt;
 }
-#boost-common-heading-doc-spacer {
- height: 100px;
+#boost-common-heading-doc *,
+#heading * {
+ font-size: 100%;
+ font-weight: normal;
+ margin: 0;
+ padding: 0;
+ text-decoration: none;
 }
 #heading-placard {
   display: none;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk