Difference between revisions of "MediaWiki:Openvz.css"
(Added own style for pre) |
m (closed the pre tag at the end) |
||
Line 24: | Line 24: | ||
/* | /* | ||
− | <pre> | + | </pre> |
*/ | */ |
Revision as of 08:43, 9 June 2006
/*
<pre>
*/
.portlet h5 {
background: url(http://openvz.org/tab-bg-sel.gif) repeat-x 0% 100%;
}
.pBody {
border: 1px solid #7dae96;
}
h1, h2 {
border-bottom: 1px solid #7dae96;
}
pre {
font-family: "Andale Mono", "Vera Sans Mono", Courier, monospace;
font-size: 110%;
padding: 1em;
border: 1px dashed #7dae96;
color: Black;
background-color: #d6e5de;
/*
</pre>
*/