Tag Archives: remove rounded corners

Removing Rounded Corners

Unfortunately Myspace didn’t supply us with a completely style-less theme, so we have to do that ourselves. One of the biggest steps is to remove the rounded corners from the base stylesheet:
div.moduleTop,
div.moduleTop div,
div.moduleBottom,
div.moduleBottom div { background-color: transparent; background-image: none; font-size:0px; }
div.moduleTop div div { height:5px; border-top: 0px; margin: 0px 5px; }
div.moduleBottom div div { height:5px; [...]