]> git.sesse.net Git - itkacl/blob - itkacl-web-1.0/web/style.css
Release a new version of the Apache module, with the context support.
[itkacl] / itkacl-web-1.0 / web / style.css
1 body {
2         font-family: sans-serif;
3         margin:0;
4         padding:10px 20px 20px 20px;
5 }
6
7 /* Headers */
8 h1 {
9         border-bottom:2px solid #ddd;
10         padding:10px 0 5px 0;
11         margin:0 0 30px 0;
12         color:#000;
13 }
14 h2 {
15         font-size:130%;
16         margin:0 0 10px 0;
17         padding:15px 0 5px 0;
18         border-bottom: 1px solid #ddd;
19         color:#000;
20 }