50 lines
818 B
CSS
50 lines
818 B
CSS
.slb-all-blogs-list
|
|
{
|
|
margin-left: 30px !important;
|
|
margin-top: 5px !important;
|
|
width: 60% !important;
|
|
}
|
|
|
|
.slb-all-blogs-list ul
|
|
{
|
|
list-style-type: none;
|
|
}
|
|
|
|
.slb-all-blogs-list li
|
|
{
|
|
background: url('postbullets1.png') left center no-repeat;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.slb-all-blogs-list li a
|
|
{
|
|
font-size: 12px !important;
|
|
font-family: Arial, Verdana, Helvetica !important;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.slb-list .slbwidget
|
|
{
|
|
float: right !important;
|
|
margin-right: 10px !important;
|
|
line-height: 35px;
|
|
}
|
|
|
|
.slb-list
|
|
{
|
|
padding-bottom: 30px !important;
|
|
}
|
|
|
|
#sidebar .slb-list ul
|
|
{
|
|
list-style: none;
|
|
}
|
|
|
|
#sidebar .slb-list li
|
|
{
|
|
line-height: 15px !important;
|
|
background: url('postbullets1.png') left center no-repeat;
|
|
margin-left: 15px;
|
|
padding: 14px 0 0 15px;
|
|
}
|