Quote:
Originally Posted by BasicGreatGuy
.postbitboxes {
|
Looks like you inadvertently clipped this definition while editing. It is supposed to be:
HTML Code:
.postbitboxes {
color:white;
display:inline-block;
padding:3px;
padding-left:7px;
margin:2px;
border:1px solid #000000;
border-radius:5px;
background-color:#2b2b2b;
width:90%;
box-shadow: 2px 2px 1px #888888;
}
I suggest you either restore it or remove it entirely.