Changeset 31971 for trunk/src/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 04/01/2015 09:41:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r31267 r31971 252 252 #site-title, 253 253 #site-description { 254 position: absolute !important;254 position: absolute; 255 255 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 256 256 clip: rect(1px, 1px, 1px, 1px); … … 262 262 #site-title a, 263 263 #site-description { 264 color: #<?php echo $text_color; ?> !important;264 color: #<?php echo $text_color; ?>; 265 265 } 266 266 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.