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

Редакция

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

Редакция Автор № строки Строка
130 alex-w 1
.server-ic {
2
 background: transparent url(./img/srv/server-big.png) top left no-repeat;
3
}
4
 
139 alex-w 5
.server-ic p {
6
    margin: 3px 0;
7
}
8
 
130 alex-w 9
.server {
10
    padding: 2px 10px 2px 25px;
11
    line-height: 26px;
12
    background: transparent url(./img/net/network.png) top left no-repeat;
13
}
14
 
137 alex-w 15
.cpu, .ram, .hdd {
16
    line-height: 24px;
17
    padding: 2px 25px;
18
}
19
 
20
.cpu {
21
    background: transparent url(./img/srv/cpu.png) top left no-repeat;
22
}
23
 
24
.ram {
25
    background: transparent url(./img/srv/ram.png) top left no-repeat;    
26
}
27
 
28
.hdd {
29
    background: transparent url(./img/srv/hdd.png) top left no-repeat;    
30
}
31
 
130 alex-w 32
div.projects, div.subnets {
33
    margin-top: 15px;    
34
}
138 alex-w 35
 
139 alex-w 36
.clear {
37
    clear: both;
38
    height: 1px;
39
}
40