To get nice formatting of your blog, you can add your own style elements.
Under Customize - Layout - Edit Html you can adapt your style sheet.
Find the element:
]]></b:skin>
</head>
and above this add:
pre { background:#eeeeee; border:1px solid #A6B0BF; font-size:120%; line-height:100%; overflow:auto; padding:10px; color:#000000 } pre:hover { border:1px solid #efefef; } code { font-size:120%; text-align:left; margin:0;padding:0; color: #000000;} .clear { clear:both; overflow:hidden; }Now you have two new styles you can use: pre and code. To use them, switch to Edit HTML mode, and use html tags pre or code.
Comments