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

Редакция

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

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