Хранилища Subversion www_nix-files

Редакция

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

Редакция 93 Редакция 94
1
#infocard {
1
#infocard {
2
 width: 400px;
2
 width: 400px;
3
 text-align: left;
3
 text-align: left;
4
 padding-left: 135px;
4
 padding-left: 135px;
5
 margin: 10px auto;
5
 margin: 10px auto;
6
 height: 13330px;
-
 
7
}
6
}
8
7
9
#infocard h4 {
8
#infocard h4 {
10
 font: 24pt/25pt Georgia;
9
 font: 24pt/25pt Georgia;
11
 margin: 0;
10
 margin: 0;
12
}
11
}
13
12
14
.jabber {
13
.jabber {
15
    padding-left: 25px;
14
    padding-left: 25px;
16
    line-height: 24px;
15
    line-height: 24px;
17
    background: transparent url(./img/contact/jabber_protocol.png) top left no-repeat;
16
    background: transparent url(./img/contact/jabber_protocol.png) top left no-repeat;
18
}
17
}
19
18
20
.fio {
19
.fio {
21
    font: 18pt/20pt Georgia;
20
    font: 18pt/20pt Georgia;
22
}
21
}
23
22
24
.owners ul, .admins ul {
23
.owners ul, .admins ul {
25
    margin: 0;
24
    margin: 0;
26
    padding: 0;
25
    padding: 0;
27
    list-style: none;
26
    list-style: none;
28
    display: inline;
27
    display: inline;
29
}
28
}
30
29
31
.owners ul li, .admins ul li {
30
.owners ul li, .admins ul li {
32
    display: block;
31
    display: block;
33
    float: left;
32
    float: left;
34
}
33
}
35
 
34