Split /resources into /resources/lib and /resources/src
[lhc/web/wiklou.git] / docs / kss / styleguide-template / public / kss.less
1 header {
2 padding: .8em 16px 0;
3 }
4
5 nav {
6 float: left;
7 width: 200px;
8 }
9
10 article {
11 margin-left: 250px;
12 }
13
14 .content.kss-no-margin {
15 margin: 0;
16 }
17
18 // FIXME: Remove when typography module in mediawiki-ui
19 body {
20 font-family: "Nimbus Sans L", "Liberation Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
21 }
22 h1,h2,h3,h4,h5 {
23 font-family: "DejaVu Serif", Georgia, serif;
24 }