Changeset 119 for trunk/wp-admin/b2bookmarklet.php
- Timestamp:
- 06/01/2003 12:23:57 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/b2bookmarklet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2bookmarklet.php
r93 r119 57 57 background-image: url('<?php 58 58 if ($is_gecko || $is_IE) { 59 ?>../b2-img/bgbookmarklet 1.gif<?php59 ?>../b2-img/bgbookmarklet3.gif<?php 60 60 } else { 61 61 ?>../b2-img/bgbookmarklet3.gif<?php … … 70 70 background-color: transparent; 71 71 <?php if ($is_gecko || $is_macIE) { ?> 72 background-image: url('../b2-img/bgbookmarklet .png');72 background-image: url('../b2-img/bgbookmarklet3.gif'); 73 73 <?php } elseif ($is_winIE) { ?> 74 74 background-color: #cccccc;
Note: See TracChangeset
for help on using the changeset viewer.