Added pre tag styling to webdoc generated pages to be consistent with About page examples
parent
eb965ce69a
commit
b88fea9868
11
style.css
11
style.css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue