Switch to unified view
a/website/styles/style.css | b/website/styles/style.css | ||
---|---|---|---|
... |
... |
||
110 | table { empty-cells:show; } |
110 | table { empty-cells:show; } |
111 | div.intrapage { |
111 | div.intrapage { |
112 | background: #ccccff; |
112 | background: #ccccff; |
113 | padding-left: 1em; |
113 | padding-left: 1em; |
114 | margin-left: -2em; |
114 | margin-left: -2em; |
115 | } |
115 | } |
116 | .code { |
||
117 | white-space: pre; |
||
118 | font-size: 100%; |
||
119 | font-family: monospace; |
||
120 | margin-left: 2em; |
||
121 | } |
||
122 |