Хранилища Subversion ant

Редакция

Редакция 45 | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | 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
 
13
#ant input {
14
        margin: 0 5px 0 15px;
15
        font: 12pt Georgia;
16
}
17
 
18
#ant p {
19
        margin: 0;
20
}
21
 
22
#footer {
23
        margin: 5px 0;
24
        padding: 5px 0;
25
        border-top: 1px solid #a9a9a9;
26
        font: 10pt Georgia;
27
        color: #a9a9a9;
28
}
29
 
30
#footer a {
31
        color: #a9a9a9;
32
        text-decoration: none; 
33
}
34
 
35
pre {
36
        font: 12pt Arial;
37
        border: 1px solid #000;
38
        margin: 10px 0;
39
        padding: 10px;
40
        background-color: #dcdcdc;
41
}
42
 
53 alex-w 43
pre#replist, p#getfile {
45 alex-w 44
        display: none;
45
}
46
 
47
#sourceslist {
48
        font-family: Arial;
49
        padding: 1px 3px;
50
}
51
 
52
img {
53
        border:0;
54
}