Хранилища Subversion ant

Редакция

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

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