Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75805 - website/public_html/beta/style-v2/css_0
From: dnljms_at_[hidden]
Date: 2011-12-04 12:12:15


Author: danieljames
Date: 2011-12-04 12:12:14 EST (Sun, 04 Dec 2011)
New Revision: 75805
URL: http://svn.boost.org/trac/boost/changeset/75805

Log:
Website: Keep the css for hiding the heading menu.

While it was removed from most pages, it still remains in some the static
pages, such as the pages used to overwrite errors in the documentation.

Text files modified:
   website/public_html/beta/style-v2/css_0/header.css | 22 ++++++++++++++++++++++
   1 files changed, 22 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/style-v2/css_0/header.css
==============================================================================
--- website/public_html/beta/style-v2/css_0/header.css (original)
+++ website/public_html/beta/style-v2/css_0/header.css 2011-12-04 12:12:14 EST (Sun, 04 Dec 2011)
@@ -80,3 +80,25 @@
   font-size: 85%;
   display: block;
 }
+#boost-common-heading-doc .heading-sections,
+#heading .heading-sections {
+ display: none;
+}
+#boost-common-heading-doc .heading-search,
+#heading .heading-search {
+ display: none;
+ text-align: right;
+ padding: 0em 1.5em 0em 0em;
+}
+#boost-common-heading-doc .heading-search #search-text .q,
+#heading .heading-search #search-text .q {
+ background: transparent;
+ border: none;
+ border-bottom: 1px #BBBBBB solid;
+ margin-right: 0.25em;
+ font-size: 90%;
+}
+#boost-common-heading-doc .heading-search #search-text #q:hover,
+#heading .heading-search #search-text #q:hover {
+ border-bottom: 1px #FFFFFF solid;
+}


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