1
0
Fork 0

Added pre tag styling to webdoc generated pages to be consistent with About page examples

website
Mike Gerwitz 2012-05-07 22:24:19 -04:00
parent eb965ce69a
commit b88fea9868
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 10 additions and 1 deletions

View File

@ -317,7 +317,7 @@ h3.bigemph {
padding-bottom: 0.2em;
}
pre.js {
pre.js, div.float {
background-image: url( 'images/cross_scratches.png' );
background-repeat: both;
@ -328,6 +328,15 @@ pre.js {
padding: 1em;
}
/* from manual (overrides some of the styles above) */
div.float {
padding: 0;
}
div.float pre.verbatim,
div.float table {
background-color: transparent; /* for those who don't support rgba */
}
a.top {
float: right;
}