Changeset 1270
- Timestamp:
- 05/14/2004 06:10:19 AM (21 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/quicktags.js
r1006 r1270 39 39 40 40 edButtons[edButtons.length] = 41 new edButton('ed_link' 42 ,'link' 43 ,'' 44 ,'</a>' 45 ,'a' 46 ); // special case 47 48 edButtons[edButtons.length] = 49 new edButton('ed_block' 50 ,'b-quote' 51 ,'<blockquote>' 52 ,'</blockquote>' 53 ,'q' 54 ); 55 56 57 edButtons[edButtons.length] = 41 58 new edButton('ed_del' 42 59 ,'del' … … 55 72 56 73 edButtons[edButtons.length] = 57 new edButton('ed_link'58 ,'link'59 ,''60 ,'</a>'61 ,'a'62 ); // special case63 64 edButtons[edButtons.length] =65 74 new edButton('ed_img' 66 75 ,'img' … … 93 102 ,'</li>\n' 94 103 ,'l' 95 );96 97 edButtons[edButtons.length] =98 new edButton('ed_block'99 ,'b-quote'100 ,'<blockquote>'101 ,'</blockquote>'102 ,'q'103 104 ); 104 105 -
trunk/wp-admin/wp-admin.css
r1240 r1270 199 199 background: #f0f8ff; 200 200 border: 1px solid #69c; 201 margin: 5px5% 10px;201 margin: 1em 5% 10px; 202 202 padding: 0 1em 0 1em; 203 203 } … … 310 310 #ed_em { 311 311 font-style: italic; 312 width: 25px;313 312 } 314 313 315 314 #ed_strong { 316 315 font-weight: bold; 317 width: 1.9em;318 316 } 319 317 320 318 #excerpt { 321 height: 1.5em; 319 height: 1.8em; 320 width: 98%; 322 321 } 323 322
Note: See TracChangeset
for help on using the changeset viewer.