sidebar jericho & footer
//sidebar
#main-wrapper #sidebar-1 #block-menu_block-1,
#main-wrapper #sidebar-2 #block-menu_block-1{
border: none;
h2.block-title{
background: none;
border-bottom: 1px solid #d2d2d2;
padding: 0 0 8px 0;
font-variant: small-caps;
a{
color: @text-color;
}
}
ul.menu{
padding-left: 0;
li{
list-style: none;
margin-bottom: 6px;
}
}
}
//footer
#page-wrapper .custom-footer-wrapper{
background: fade(@lightGray, 50%);
color: @text-color;
// border-top: 1px solid @lightGray;
a{
color: @lighter-primary!important;
&:hover{
color: @lighter-primary!important;
}
&:visited{
&:hover{
color: @lighter-primary!important;
}
}
}
.custom-resp-bottomlinks li a{
color: @lighter-primary;
&:hover{
color: @lighter-primary;
}
&:visited{
&:hover{
color: @lighter-primary;
}
}
}
p{
color: @text-color;
}
.disclaimer p {
font-size: 12px;
}
}