projects: move OSM editor for mobile devices to single page
[www-rohieb-name.git] / local.css
1 pre {
2 background-color: #F5F5F5;
3 border: 1px dashed blue;
4 padding: 0.2em;
5 }
6
7 code {
8 background-color: #F5F5F5;
9 }
10
11 h2 {
12 margin-bottom: 0em;
13 margin-top: 1.5em;
14 }
15
16 p,ul,ol {
17 margin: 0.5em 0;
18 }
19
20 .gallery table.img {
21 display: inline;
22 /*float: left; needs tuning */
23 }
24
25 .header {
26 font-size: 100%;
27 font-weight: normal;
28 }
29
30 .page {
31 width: 50em;
32 }
This page took 0.053454 seconds and 5 git commands to generate.