Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60091 - in website/public_html/beta/style: . css_0
From: daniel_james_at_[hidden]
Date: 2010-03-03 03:09:40


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

Log:
Use the same css for headers everywhere.
Removed:
   website/public_html/beta/style/css_0/section-basic.css
Text files modified:
   website/public_html/beta/style/css_0/global.css | 2 --
   website/public_html/beta/style/css_0/header.css | 14 +++++++++++++-
   website/public_html/beta/style/section-basic.css | 3 ++-
   3 files changed, 15 insertions(+), 4 deletions(-)

Modified: website/public_html/beta/style/css_0/global.css
==============================================================================
--- website/public_html/beta/style/css_0/global.css (original)
+++ website/public_html/beta/style/css_0/global.css 2010-03-03 03:09:39 EST (Wed, 03 Mar 2010)
@@ -24,8 +24,6 @@
   color: #000000;
   background: #FFFFFF;
 }
-#heading {
-}
 #body {
   clear: both;
   border: none;

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:39 EST (Wed, 03 Mar 2010)
@@ -1,9 +1,18 @@
 /*
- Copyright 2005 Redshift Software, Inc.
+ Copyright 2005-2008 Redshift Software, Inc.
   Distributed under the Boost Software License, Version 1.0.
   (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 */
 /* Heading, title and logo. */
+#boost-common-heading-doc {
+ position: absolute;
+ left: 0;
+ top: 0;
+ margin: 0em;
+ height: 100px;
+ width: 100%;
+ overflow: hidden;
+}
 #heading * {
   color: #FFFFFF;
 }
@@ -13,6 +22,9 @@
   border-bottom: #000000 solid 1px;
   height: 100px;
 }
+#boost-common-heading-doc-spacer {
+ height: 100px;
+}
 #heading-placard {
   display: none;
 }

Deleted: website/public_html/beta/style/css_0/section-basic.css
==============================================================================
--- website/public_html/beta/style/css_0/section-basic.css 2010-03-03 03:09:39 EST (Wed, 03 Mar 2010)
+++ (empty file)
@@ -1,55 +0,0 @@
-/*
- Copyright 2005-2008 Redshift Software, Inc.
- Distributed under the Boost Software License, Version 1.0.
- (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
-*/
-_at_import url(theme_grass/header.css);
-/* Heading, title and logo. */
-#boost-common-heading-doc {
- position: absolute;
- left: 0;
- top: 0;
- margin: 0em;
- height: 100px;
- width: 100%;
- overflow: hidden;
-}
-#boost-common-heading-doc-spacer {
- height: 100px;
-}
-#heading-placard {
- display: none;
-}
-#heading-title #boost,
-#heading-title #cpplibraries {
- display: none;
-}
-#heading-title {
- float: left;
-}
-#heading-title a {
-}
-#heading-logo {
- width: 270px;
- height: 90px;
- border: none;
- vertical-align: bottom;
- margin: 0px 0px 0px 1.5em;
-}
-#heading-quote {
- text-align: right;
- padding: 25px 1.5em 10px 0em;
-}
-#heading-quote * {
-}
-#heading-quote .quote {
- font-size: 90%;
- display: block;
-}
-#heading-quote .attribution {
- font-size: 85%;
- display: block;
-}
-#heading-sections {
- display: none;
-}

Modified: website/public_html/beta/style/section-basic.css
==============================================================================
--- website/public_html/beta/style/section-basic.css (original)
+++ website/public_html/beta/style/section-basic.css 2010-03-03 03:09:39 EST (Wed, 03 Mar 2010)
@@ -3,4 +3,5 @@
   Distributed under the Boost Software License, Version 1.0.
   (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 */
-_at_import url(css_0/section-basic.css);
+@import url(css_0/header.css);
+@import url(css_0/theme_grass/header.css);


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