Хранилища Subversion ant

Редакция

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

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