e84f08f27789f057dbf6d068f8c471a4d3b10da4
[jquery.git] / build / docs / style / cat.css
1 html, body {
2         background: #FFF;
3         color: #000;
4         font-family: Arial;
5         font-size: 12px;
6 }
7
8 h2 {
9         clear: both;
10         border-bottom: 1px solid #EEE;
11         margin-top: 15px;
12 }
13
14 ul {
15         list-style: none;
16         overflow: auto;
17 }
18
19 li {
20         float: left;
21         width: 20%;
22 }