OK, so I did view the source, and I did find the "About me Tab" in the CSS and got this.
PHP Code:
* About Me Tab
*/
#aboutme li.profilefield_category {
font-weight:bold;
margin-top:6px;
}
#aboutme dl.profilefield_list {
font-weight:normal;
margin:6px 16px 0px 16px;
}
#aboutme dl.profilefield_list dd {
margin-bottom:6px;
margin-left:0px;
}
#aboutme #signature {
width:100%;
overflow:auto;
}
#aboutme #simple_aboutme_link {
text-align: right;
display: block;
}
That being said, how can I edit my css code? For the About Me tab?