- <?php
- $browserAsString = $_SERVER['HTTP_USER_AGENT'];
- if (strstr($browserAsString, " AppleWebKit/") && strstr($browserAsString, " Mobile/"))
- {
- $browserIsMobileSafari = true;
- }
- if ($browserIsMobileSafari = true) { ?>
- <style>
- #access a {
- color: white;
- font-size: 1.3em;
- font-weight: bold;
- display: block;
- line-height: 47px;
- padding: 0 10px !important;
- text-decoration: none;
- }
- </style>
- <?php } ?>