By Rupert
Changing WordPress Themes
I recently updated my blog just to give it a new look. Found out all my code markups with the “pre” tag were all messed up.
The ff CSS Markup should be added to style.css of the selected theme
.ch_code_container { background-color: #f0f0f0; border: 1px solid #C3CED9; padding: 10px 10px 10px 10px; width: 100%; text-align: left; font: normal 14px 'Courier-New', Verdana, sans-serif; overflow:auto; } .ch_code_container .head { color: #808080; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px; }
| Print article | This entry was posted by rupert on June 7, 2007 at 9:47 pm, and is filed under WordPress. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |