Ticket #8188: hello.patch
| File hello.patch, 550 bytes (added by zedlander, 4 years ago) |
|---|
-
wp-content/plugins/hello.php
61 61 <style type='text/css'> 62 62 #dolly { 63 63 position: absolute; 64 top: 2.3em;64 top: 4.5em; 65 65 margin: 0; 66 66 padding: 0; 67 right: 10px; 68 font-size: 16px; 69 color: #d54e21; 67 right: 215px; 68 font-size: 11px; 70 69 } 71 70 </style> 72 71 "; … … 74 73 75 74 add_action('admin_head', 'dolly_css'); 76 75 77 ?> 78 No newline at end of file 76 ?>
