Entry tags:
layout 004
one month counts as a while..!!
tested in chrome and ff. comment pages are not stylized.
edit: 8/03/14 added code to remove the 'modules' link under the title/page title
tested in chrome and ff. comment pages are not stylized.
edit: 8/03/14 added code to remove the 'modules' link under the title/page title
![]() full size
|
no subject
at the very end of the code is a section that starts with .has-userpic .entry, just delete that entire snippet and that should do it
no subject
This is what the bit of code looks like:
.entry .userpic {
margin: -20px 0 0 150px;
float: right;
display: block;
padding: 10px;
background: black;
height: 80px;
width: 80px;
border-radius: 50px;
}
I also removed the
.has-userpic .entry
bit already.no subject
no subject