Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
875 lars 1
* {
2
    padding: 0; margin: 0;
3
}
4
body {
5
    padding: 30px;
6
    font-family: Arial, Helvetica, sans-serif;
7
}
8
h1 {
9
    margin-bottom: 1em;
10
    border-bottom: 1px solid #ccc;
11
}
12
h2 {
13
    margin-bottom: 1em;
14
    border-bottom: 1px solid #ccc;
15
}
16
pre {
17
    border: 1px dotted #ccc;
18
    background: #f7f7f7;
19
    padding: 10px;
20
    margin-bottom: 1em;
21
}
22
h1 {
23
    margin-bottom: 0.7em;
24
}
25
h2 {
26
    margin-top: 1em;
27
}
28
p {
29
    margin-bottom: 1em;
30
}