make postbit text bigger?
I want my text to be bigger... its currently the size of the user title, and I want it more view able... anyway to hook it up...
NOTE I use a different div class... I use the one below
.info {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #0f1214;
border-top: 1px solid #0c0d0d;
border-right: 2px solid #0c0d0d;
border-left: 1px solid #0c0d0d;
border-bottom: 2px solid #0c0d0d;
margin-bottom: 3px;
}
|