Хранилища Subversion ant

Редакция

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

Редакция 238 Редакция 242
1
1
2
a
2
a
3
{
3
{
4
    text-decoration: none;
4
    text-decoration: none;
5
}
5
}
6
6
7
a.dashed:hover
7
a.dashed:hover
8
{
8
{
9
    color: #ffffff;
9
    color: #ffffff;
10
    background-color: #154ead;
10
    background-color: #154ead;
11
    background-image: none;
11
    background-image: none;
12
    background-repeat: repeat;
12
    background-repeat: repeat;
13
    background-attachment: scroll;
13
    background-attachment: scroll;
14
    background-position: 0% 0%;
14
    background-position: 0% 0%;
15
}
15
}
16
a.dashed
16
a.dashed
17
{
17
{
18
    border-bottom-width: 1px;
18
    border-bottom-width: 1px;
19
    border-bottom-style: dashed;
19
    border-bottom-style: dashed;
20
    border-bottom-color: #007799;
20
    border-bottom-color: #007799;
21
}
21
}
22
22
23
body
23
body
24
{
24
{
25
        background-color: #DBE8F9;
25
        background-color: #DBE8F9;
26
        font: 11px/24px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
26
        font: 11px/24px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
27
        color: #5A698B;
27
        color: #5A698B;
28
    margin:3px;
28
    margin:3px;
29
}
29
}
30
30
31
img {
31
img {
32
    border: 0;
32
    border: 0;
33
}
33
}
34
34
35
pre {
35
pre {
36
        font: 10pt Arial;
36
        font: 10pt Arial;
37
        border: 1px solid #000;
37
        border: 1px solid #000;
38
        margin: 10px 0;
38
        margin: 10px 0;
39
        padding: 10px;
39
        padding: 10px;
40
        background-color: #dcdcdc;
40
        background-color: #dcdcdc;
41
}
41
}
42
42
43
pre#replist,pre#reps, p#getfile {
43
pre#replist,pre#reps, p#getfile {
44
        display: none;
44
        display: none;
45
}
45
}
46
46
47
#sourceslist {
47
#sourceslist {
48
        font-family: Arial;
48
        font-family: Arial;
49
        padding: 1px 3px;
49
        padding: 1px 3px;
50
}
50
}
51
51
52
#steps{
52
#steps{
53
        font: bold 14px serif;
53
        font: bold 14px serif;
54
        margin: 20px auto;
54
        margin: 20px auto;
55
}
55
}
56
.sllink{
56
.sllink{
57
    margin-right: 40px;
57
    margin-right: 40px;
58
    margin-top: 10px;
58
    margin-top: 10px;
59
    text-align: right;
59
    text-align: right;
60
}
60
}
61
61
62
62
63
63
64
64
65
65
66
66
67
67
68
 
68