Service icons
This commit is contained in:
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 |
@@ -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
|
||||
@@ -9,6 +9,13 @@
|
||||
}
|
||||
.desc {
|
||||
height: 220px;
|
||||
.service-icons {
|
||||
margin-top: 15px;
|
||||
a {
|
||||
text_decoration: none;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user