[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-commit
Subject:    [Boost-commit] svn:boost r80773 - in website/public_html/live: . common/code style-v2/css_0
From:       dnljms () gmail ! com
Date:       2012-09-30 11:38:10
Message-ID: 20120930113810.D57822F809D () wowbagger ! osl ! iu ! edu
[Download RAW message or body]

Author: danieljames
Date: 2012-09-30 07:38:10 EDT (Sun, 30 Sep 2012)
New Revision: 80773
URL: http://svn.boost.org/trac/boost/changeset/80773

Log:
Website: Merge from beta.
Properties modified: 
   website/public_html/live/   (props changed)
Text files modified: 
   website/public_html/live/common/code/boost_filters.php |    13 +++++++------       \
  website/public_html/live/style-v2/css_0/header.css     |    11 +++++++++--          \
  2 files changed, 16 insertions(+), 8 deletions(-)

Modified: website/public_html/live/common/code/boost_filters.php
==============================================================================
--- website/public_html/live/common/code/boost_filters.php	(original)
+++ website/public_html/live/common/code/boost_filters.php	2012-09-30 07:38:10 EDT \
(Sun, 30 Sep 2012) @@ -134,15 +134,16 @@
         echo '<div class="boost-common-header-notice">';
         if (is_file(ARCHIVE_DIR."/{$current->dir()}/$params[key]"))
         {
-            echo 'This is the documentation for an old version of boost, click '.
-                '<a href="/doc/libs/release/'.$params['key'].'">'.
-                'here for the current version of this page</a>';
+            echo '<a class="boost-common-header-inner" \
href="/doc/libs/release/',$params['key'],'">', +                "Click here to view \
the latest version of this page.", +                '</a>';
         }
         else
         {
-            echo 'This is the documentation for an old version of boost, ';
-            echo '<a href="/doc/libs/">click here for the current boost ';
-            echo 'documentation</a>.';
+            echo '<a class="boost-common-header-inner" href="/doc/libs/">',
+                "This is an old version of boost. ",
+                "Click here for the latest version's documentation home page.",
+                '</a>';
         }
         echo '</div>', "\n";
         break;

Modified: website/public_html/live/style-v2/css_0/header.css
==============================================================================
--- website/public_html/live/style-v2/css_0/header.css	(original)
+++ website/public_html/live/style-v2/css_0/header.css	2012-09-30 07:38:10 EDT (Sun, \
30 Sep 2012) @@ -109,12 +109,19 @@
     border: 1px solid #aa5;
     background: #ffc;
     color: #000;
+}
+
+a.boost-common-header-inner,
+span.boost-common-header-inner,
+div.boost-common-header-inner {
+    display: block;
     padding: 10px 13px;
+    text-decoration: none;
+    color: #000;
 }
 
-.boost-common-header-notice a {
+a.boost-common-header-inner:hover {
     text-decoration: underline;
-    color: #005a9c;
 }
 
 @media all and (min-width: 550px) {
_______________________________________________
Boost-commit mailing list
Boost-commit@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-commit


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic