- Timestamp:
- 02/17/2025 05:47:09 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/inc/custom-header.php
r55420 r59832 124 124 .site-description { 125 125 position: absolute; 126 clip: rect(1px 1px 1px 1px); /* IE7 */ 127 clip: rect(1px, 1px, 1px, 1px); 126 clip-path: inset(50%); 128 127 } 129 128 <?php … … 186 185 #headimg h2 { 187 186 position: absolute !important; 188 clip: rect(1px 1px 1px 1px); /* IE7 */ 189 clip: rect(1px, 1px, 1px, 1px); 187 clip-path: inset(50%); 190 188 } 191 189 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.