Changeset 3082
- Timestamp:
- 11/14/2005 10:19:22 AM (19 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r2987 r3082 114 114 echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>'; 115 115 } 116 ?> 116 ?> 117 <div class="clear"> </div> 117 118 </div> 118 119 <?php -
trunk/wp-admin/templates.php
r2987 r3082 134 134 } 135 135 ?> 136 <div class="clear"> </div> 136 137 </div> 137 138 <div class="wrap"> -
trunk/wp-admin/theme-editor.php
r2987 r3082 147 147 echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>'; 148 148 } 149 ?> 149 ?> 150 <div class="clear"> </div> 150 151 </div> 151 152 <?php -
trunk/wp-admin/wp-admin.css
r3077 r3082 222 222 } 223 223 224 .clear { 225 clear: both; 226 height: 2px; 227 } 228 224 229 .hidden { 225 230 display: none; … … 461 466 462 467 #footer { 468 clear: both; 463 469 text-align: center; 464 470 }
Note: See TracChangeset
for help on using the changeset viewer.