CSS For Blogger Weblog

To make the text underneath the copyright the same size and to size up the sidebar links for the gadget.

.Attribution .copyright {
  font-size:1em;
  margin-top:1em;
}
#LinkList1 li, #LinkList2 li {
    font-size: 125%;
    line-height: 2;
}


 

Comments