Хранилища Subversion ant

Редакция

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

Редакция 339 Редакция 340
Строка 27... Строка 27...
27
    padding: 2px;
27
    padding: 2px;
28
}
28
}
29
29
30
fieldset {
30
fieldset {
31
    width: 560px;
31
    width: 560px;
32
    border: 1px solid #ccc;
32
    border: 1px solid #a9a9a9;
33
    display: block;
33
    display: block;
34
    background-color: #dcdcdc;
34
    background-color: #dfdfdf;
35
}
35
}
36
36
37
fieldset legend {
37
fieldset legend {
38
    padding: 0;
38
    padding: 0;
39
    margin: 0;
39
    margin: 0;
40
}
-
 
41
-
 
42
fieldset legend:before {
-
 
43
    color: #ccc;
-
 
44
    content: "\005B\0020";
40
    border: 1px solid #a9a9a9;
45
}
-
 
46
-
 
47
fieldset legend:after {
-
 
48
    color: #ccc;
41
    background-color: #fff;
49
    content: "\0020\005D";
-
 
50
}
42
}
51
43
52
.sections, .repository {
44
.sections, .repository {
53
    padding: 3px 0;
45
    padding: 3px 0;
54
}
46
}
55
47