git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13347 b9a71923-0436-4b27-9f14-aed3839534dd
16 lines
434 B
CSS
16 lines
434 B
CSS
/* footer */
|
|
#footer .block_various_links {padding:15px 10px;}
|
|
|
|
/* Block CMS links */
|
|
.informations_block_left li {border-bottom:1px dotted #eee}
|
|
.informations_block_left li.last {border:none;}
|
|
.informations_block_left li a {
|
|
display:block;
|
|
padding:7px 11px 5px 22px;
|
|
color:#333;
|
|
background:url(img/arrow_right_2.png) no-repeat 10px 10px transparent;
|
|
}
|
|
|
|
tr.subitem > td:first-child + td {
|
|
padding-left: 10px;
|
|
} |