carbonPHP Initial commit v2.0
[carbonphp.git] / Source / application / views / stylesheet.css
blob037ed70aa621b675621165bc8aa2559698236ac4
1 body {
2 background: #fff;
3 color: #000;
4 font-family: "Lucida Sans Unicode", "Lucida Grande";
5 font-size: 12px;
8 h1 {
9 font-size: 15px;
10 font-weight: normal;
13 .content {
14 text-align: justify;
15 width: 500px;
18 .code {
19 background: #eee;
20 border: 1px solid #666;
21 margin: 5px;
22 padding: 5px;