Fix typo preventing canonicalization.
[xhtml-compiler.git] / error.css
blobfe4ef45cc7c7933bedf53eea450b420aff53985b
1 body {
2 max-width: 50em;
3 margin: 0 auto;
4 padding: 1em 5%;
6 h1 {
7 text-align: center;
9 .debug {
10 margin: 4em 1em 1em;
11 font-size: 0.8em;
12 background: #CCC;
13 padding: 0;
15 .debug .title {
16 padding: 0.2em 1em;
17 background: #999;
18 color: #FFF;
19 border-bottom: 1px solid #FFF;
21 .debug .title h2 {
22 font-size: 1.4em;
23 margin: 0;
25 .debug .content {
26 padding: 0.2em 1em;