Parent Directory
|
Revision Log
Current
1 | root { |
2 | display: block; |
3 | margin: 2em; |
4 | border: 1px blue dashed; |
5 | } |
6 | |
7 | p { |
8 | display: block; |
9 | margin-left: auto; |
10 | margin-right: auto; |
11 | max-width: 5em; |
12 | background-color: yellow; |
13 | color: blue; |
14 | } |
15 | |
16 | pre { |
17 | display: block; |
18 | margin-top: 1em; |
19 | margin-bottom: 1em; |
20 | white-space: pre; |
21 | font-family: "Courier New", "Courier", monospace; |
22 | } |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |