You appear to be a bot. Output may be restricted
Description
Usage
dolly_css();
Parameters
Returns
void
Source
File name: hello-dolly/hello.php
Lines:
1 to 27 of 27
function dolly_css() { echo " <style type='text/css'> #dolly { float: right; padding: 5px 10px; margin: 0; font-size: 12px; line-height: 1.6666; } .rtl #dolly { float: left; } .block-editor-page #dolly { display: none; } @media screen and (max-width: 782px) { #dolly, .rtl #dolly { float: none; padding-left: 0; padding-right: 0; } } </style> "; }