From: maxious Date: Sat, 19 Mar 2011 13:32:48 +0000 Subject: Title formatting fixes on route view X-Git-Url: http://maxious.lambdacomplex.org/git/?p=busui.git&a=commitdiff&h=b49fda4443ba17c512fdbdfaea3326cc1db0d86d --- Title formatting fixes on route view --- --- a/common-template.inc.php +++ b/common-template.inc.php @@ -3,8 +3,9 @@ { echo ' - - + + + ' . $pageTitle . ''; if ($datepicker) echo ''; if (isDebugServer()) echo ' @@ -20,7 +21,7 @@ }); '; -echo ' - + #jqm-homeheader { + text-align: center; + } + + // source http://webaim.org/techniques/skipnav/ + #skip a, #skip a:hover, #skip a:visited +{ +position:absolute; +left:0px; +top:-500px; +width:1px; +height:1px; +overflow:hidden; +} + +#skip a:active, #skip a:focus +{ +position:static; +width:auto; +height:auto; +} +'; + if (strstr($_SERVER['HTTP_USER_AGENT'], 'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'], 'iPod')) { + echo ' '; + } if ($geolocate) { echo "