Хранилища Subversion ant

Редакция

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

Редакция Автор № строки Строка
238 sivan 1
 
2
a
3
{
4
    text-decoration: none;
5
}
6
 
7
a.dashed:hover
8
{
9
    color: #ffffff;
10
    background-color: #154ead;
11
    background-image: none;
12
    background-repeat: repeat;
13
    background-attachment: scroll;
14
    background-position: 0% 0%;
15
}
16
a.dashed
17
{
18
    border-bottom-width: 1px;
19
    border-bottom-style: dashed;
20
    border-bottom-color: #007799;
21
}
22
 
23
body
24
{
250 diffor 25
    background: #fff url(bg.gif) top left repeat;
238 sivan 26
    margin:3px;
27
}
28
 
29
img {
30
    border: 0;
31
}
32
 
33
pre {
34
        font: 10pt Arial;
35
        border: 1px solid #000;
36
        margin: 10px 0;
37
        padding: 10px;
38
        background-color: #dcdcdc;
39
}
40
 
41
pre#replist,pre#reps, p#getfile {
42
        display: none;
43
}
44
 
45
#sourceslist {
46
        font-family: Arial;
47
        padding: 1px 3px;
48
}
49
 
50
#steps{
51
        font: bold 14px serif;
52
        margin: 20px auto;
53
}
54
.sllink{
55
    margin-right: 40px;
56
    margin-top: 10px;
57
    text-align: right;
291 alex-w 58
}
59
 
60
#vdist {
292 alex-w 61
    visibility: hidden;
291 alex-w 62
}