Хранилища Subversion ant

Редакция

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

Редакция 231 Редакция 238
Строка 76... Строка 76...
76
.menuitem
76
.menuitem
77
{
77
{
78
    font: 10pt tahoma;
78
    font: 10pt tahoma;
79
    text-indent: 5px;
79
    text-indent: 5px;
80
}
80
}
81
-
 
82
a
-
 
83
{
-
 
84
    text-decoration: none;
-
 
85
}
-
 
86
-
 
87
a.dashed:hover
-
 
88
{
-
 
89
    color: #ffffff;
-
 
90
    background-color: #154ead;
-
 
91
    background-image: none;
-
 
92
    background-repeat: repeat;
-
 
93
    background-attachment: scroll;
-
 
94
    background-position: 0% 0%;
-
 
95
}
-
 
96
a.dashed
-
 
97
{
-
 
98
    border-bottom-width: 1px;
-
 
99
    border-bottom-style: dashed;
-
 
100
    border-bottom-color: #007799;
-
 
101
}
-
 
102
-
 
103
body
-
 
104
{
-
 
105
    background: #fff url(../img/bg.gif) top left repeat;
-
 
106
    margin:3px;
-
 
107
}
-
 
108
-
 
109
img {
-
 
110
    border: 0;
-
 
111
}
-
 
112
-
 
113
pre {
-
 
114
        font: 10pt Arial;
-
 
115
        border: 1px solid #000;
-
 
116
        margin: 10px 0;
-
 
117
        padding: 10px;
-
 
118
        background-color: #dcdcdc;
-
 
119
}
-
 
120
-
 
121
pre#replist,pre#reps, p#getfile {
-
 
122
        display: none;
-
 
123
}
-
 
124
-
 
125
#sourceslist {
-
 
126
        font-family: Arial;
-
 
127
        padding: 1px 3px;
-
 
128
}
-
 
129
-
 
130
#steps{
-
 
131
        font: bold 14px serif;
-
 
132
        margin: 20px auto;
-
 
133
}
-
 
134
.sllink{
-
 
135
    margin-right: 40px;
-
 
136
    margin-top: 10px;
-
 
137
    text-align: right;
-
 
138
}
-
 
139
81