]> Dogcows Code - chaz/chatty/blob - root/static/css/common.css
add stacktrace plugin for easier debugging
[chaz/chatty] / root / static / css / common.css
1
2 body {
3 font: 100 14px Verdana, Helvetica, Arial;
4 margin: 10px;
5 background: #ccf;
6 }
7
8 img {
9 border: 0;
10 }
11
12 a {
13 text-decoration: none;
14 }
15
16 a:hover {
17 border-bottom: 1px dotted blue;
18 }
19
20
21 .left {
22 float: left;
23 margin: 0 5px 5px 0;
24 }
25
26 .right {
27 float: right;
28 margin: 0 0 5px 5px;
29 }
30
31
32 #outer {
33 margin: 0 auto 0 auto;
34 width: 640px;
35 border: 2px solid black;
36 background: #99c;
37 }
38
39 #inner {
40 margin: 5px;
41 padding: 10px;
42 border: 2px solid black;
43 background: white;
44 }
45
46 #inner h1 {
47 font-size: 1.3em;
48 }
49
This page took 0.033213 seconds and 4 git commands to generate.