Хранилища Subversion ant

Редакция

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

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