Хранилища Subversion ant

Редакция

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

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