Service icons

This commit is contained in:
Gregory Eremin
2011-09-26 14:51:52 +04:00
parent 0f62fae63c
commit 6be5868588
9 changed files with 19 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

+4
View File
@@ -43,4 +43,8 @@ $ ->
false
$('.dropdown-menu li a').live 'click', ->
$(this).parent().parent().parent().toggleClass('open')
false
$('.foreign-link').live 'click', ->
# window.open($(this).attr('href'))
e.preventDefault();
false
+7
View File
@@ -9,6 +9,13 @@
}
.desc {
height: 220px;
.service-icons {
margin-top: 15px;
a {
text_decoration: none;
margin-right: 10px;
}
}
}
}