[NBP web-reskin] [SCM] UNNAMED PROJECT branch, master, updated. 3b3981227584ffaec9f79eb44c3921c88d45a2fa

fidelity_camp at nbp.org fidelity_camp at nbp.org
Tue Jul 20 14:09:05 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  3b3981227584ffaec9f79eb44c3921c88d45a2fa (commit)
      from  d6f6eef1a7d85f9d67b65084004041a18f634c55 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3b3981227584ffaec9f79eb44c3921c88d45a2fa
Author: Richard Ward <swdidomenico at comcast.net>
Date:   Tue Jul 20 14:08:26 2010 -0400

    Added new hidden style for screen reader users and implemented it
    on the footer.

-----------------------------------------------------------------------

Summary of changes:
commit 3b3981227584ffaec9f79eb44c3921c88d45a2fa
Author: Richard Ward <swdidomenico at comcast.net>
Date:   Tue Jul 20 14:08:26 2010 -0400

    Added new hidden style for screen reader users and implemented it
    on the footer.
---
 catalogs/nbp/templates/regions/FOOTER |    4 ++--
 htdocs/nbp/main_font.css              |    9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/catalogs/nbp/templates/regions/FOOTER b/catalogs/nbp/templates/regions/FOOTER
index 317724f..6e83bcb 100644
--- a/catalogs/nbp/templates/regions/FOOTER
+++ b/catalogs/nbp/templates/regions/FOOTER
@@ -14,8 +14,8 @@
                <a href="[area support/sponsors]" class="foot_column_content">NBP Sponsors</a>&nbsp;&nbsp;&nbsp;
                <a href="[area aboutus/privacypolicy]" class="foot_column_content">Privacy Policy</a>&nbsp;&nbsp;&nbsp;
                <a href="[area sitemap]" class="foot_column_content">Site Map</a>&nbsp;&nbsp;&nbsp;
-               <span class="foot_column_content"><span id="Phone Number">800-555-1212</span>&nbsp;&nbsp;&nbsp;
-                <span id="Mailing Address">88 Saint Stephen Street, Boston, MA, 02115-4312</span></span>
+               <span class="foot_column_content"><span class="hidden">Phone Number&nbsp;</span>800-555-1212&nbsp;&nbsp;&nbsp;
+                <span class="hidden">Mailing Address&nbsp;</span>88 Saint Stephen Street, Boston, MA, 02115-4312</span>
             </td>
             <td class="foot_column9" align="center"> 
                <a href="http://www.facebook.com/pages/National-Braille-Press/37176677344"><img alt="facebook" src="home/facebook.gif" border="0" style="height: 30px; width: 30px"/></a>
diff --git a/htdocs/nbp/main_font.css b/htdocs/nbp/main_font.css
index db9c5a4..eeb7270 100644
--- a/htdocs/nbp/main_font.css
+++ b/htdocs/nbp/main_font.css
@@ -26,6 +26,15 @@ div.nudge{
    clear: both;
 }
 
+.hidden {
+   position:absolute;
+   left:-10000px;
+   top:auto;
+   width:1px;
+   height:1px;
+   overflow:hidden;
+}
+
 /*  TOP_BANNER    */
 
 #TopBannerLinksMenuBox {


hooks/post-receive
--
UNNAMED PROJECT


More information about the Web-reskin mailing list