You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
315 B
21 lines
315 B
3 years ago
|
|
||
|
#main {
|
||
|
background: #fff;
|
||
|
border-left: 20px solid #eee;
|
||
|
border-right: 20px solid #eee;
|
||
|
margin: 0 auto;
|
||
|
max-width: 800px;
|
||
|
padding: 20px;
|
||
|
}
|
||
|
|
||
|
pre.listing {
|
||
|
background: #eee;
|
||
|
border: 1px solid #ccc;
|
||
|
margin: .6em 0 .3em 0;
|
||
|
padding: .1em .3em;
|
||
|
}
|
||
|
|
||
|
pre.listing b {
|
||
|
color: #f00;
|
||
|
}
|