Changes Made to Blogger CSS

What I have for the Links weblog at the top of the style rules in Blogger theme HTML:

#LinkList1 li, #LinkList2 li {
    font-size: 125%;
    line-height: 2;
}
#sidebar_top .title {
    font-size: 150%;
    line-height: 3;
}
.page-view .page header.centered-top-container {
  display: none;
}
.page-view .post-share-buttons {
  display: none;
}
 

Comments