wb-archiv283/branches/2.6.x/wb/include/codepress/codepress.css @ 2116
| 1 |
html {border:none;} /*remove ie frameborder */ |
|---|---|
| 2 |
body {margin-top:13px;_margin-top:14px;background:white;font-family:monospace;font-size:13px;margin-left:32px;white-space:pre;background-image:url("images/line-numbers.png");background-repeat:repeat-y;background-position:0 3px;line-height:16px;} |
| 3 |
html>body{background-position:0 2px;} |
| 4 |
P {margin:0;padding:0;border:0;outline:0;display:block;white-space:pre;} |
| 5 |
b, i, s, u, a, em, tt, ins, big, cite, strong {text-decoration:none;font-weight:normal;font-style:normal;font-size:13px;} |
| 6 |
|
| 7 |
body.hide-line-numbers {background:white;margin-left:16px;} |
| 8 |
body.show-line-numbers {background-image:url("images/line-numbers.png");margin-left:32px;} |