Changes from branches/3.3/wp-admin/press-this.php at r19668 to trunk/wp-admin/press-this.php at r19424
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r19668 r19424 315 315 do_action('admin_head'); 316 316 ?> 317 <style type="text/css">318 #message {319 margin: 10px 0;320 }321 #title,322 .press-this #wphead {323 margin-left: 0;324 margin-right: 0;325 }326 .rtl.press-this #header-logo,327 .rtl.press-this #wphead h1 {328 float: right;329 }330 </style>331 317 <script type="text/javascript"> 332 318 var wpActiveEditor = 'content'; … … 459 445 </script> 460 446 </head> 461 <body class="press-this wp-admin <?php if ( is_rtl() ) echo ' rtl'; ?>">447 <body class="press-this wp-admin"> 462 448 <form action="press-this.php?action=post" method="post"> 463 449 <div id="poststuff" class="metabox-holder">
Note: See TracChangeset
for help on using the changeset viewer.