Хранилища Subversion ant

Редакция

Редакция 11 | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
36 alex-w 1
body {
2
        background: #fff url(../img/bg.gif) top left repeat;
3
}
4
 
5
#ant {
6
        font: 12pt/20pt Georgia;       
7
}
8
 
9
#ant input {
10
        margin: 0 5px 0 15px;
11
        font: 12pt Georgia;
12
}
13
 
14
#ant p {
15
        margin: 0;
16
}
17
 
18
#footer {
19
        margin: 5px 0;
20
        padding: 5px 0;
21
        border-top: 1px solid #a9a9a9;
22
        font: 10pt Georgia;
23
        color: #a9a9a9;
24
}
25
 
26
#footer a {
27
        color: #a9a9a9;
28
        text-decoration: none; 
29
}
30
 
31
pre {
32
        font: 12pt Arial;
33
        border: 1px solid #000;
34
        margin: 10px 0;
35
        padding: 10px;
36
        background-color: #dcdcdc;
37
}
38
 
39
#sourceslist {
40
        font-family: Arial;
41
        padding: 1px 3px;
42
}