Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {html}
- <script type="text/javascript">
- jQuery(document).ready(function() {
- //Add padding to the panel containing the definition
- jQuery('div.panel').css({ 'padding' : '5px', 'margin-bottom' : '20px' });
- //Make the paragraph text in the panel larger, bold italic
- jQuery('div.panel > div.panelContent > p').css({ 'font-size': '1.2em'});
- //Control size of list elements in the panel
- jQuery('div.panel > div.panelContent > ul > li').css({ 'font-size': '1.1em'});
- });
- </script>
- {html}
Advertisement
Add Comment
Please, Sign In to add comment