[-] MO : fixed bug #PSCFV-3751 - Links Block Formatting //need to re-install the module

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17063 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-08-29 07:29:15 +00:00
parent 96855cd5a2
commit cc4b3125a9
3 changed files with 15 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
/* Block links */
#links_block_left .block_content li {border-bottom:1px dotted #eee}
#links_block_left .block_contentt li.last {border:none;}
#links_block_left .block_content li a {
display:block;
padding:7px 11px 5px 22px;
color:#333;
background:url(img/arrow_right_2.png) no-repeat 10px 10px transparent;
}