source: trunk/web/install/out/css/content.css @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 351 bytes
Line 
1a
2{ text-decoration: none;
3  color: #F6B620;
4}
5
6a:hover
7{ text-decoration: underline;
8}
9
10h2
11{ border-bottom: solid 1px #333333;
12  margin-top: 50px;
13}
14
15h3
16{
17}
18
19h4
20{
21}
22
23p
24{ text-align: justify;
25  margin: 5px 0px 10px 0px;
26}
27
28ul
29{ margin: 5px 10px 10px 30px;
30}
31
32ul li
33{ text-align: justify;
34}
35
36th
37{
38}
39
40.current
41{ font-weight: bold;
42  font-size: 1.1em;
43}
Note: See TracBrowser for help on using the repository browser.