Um, it kinda looks like its being cropped, can you give them more space? :o I just use this on one of my themes lol, I dont know if it'll give you any ideas but I might as well share it just in case. ^_^'
table {
width:100%;
background:#A7CCE8;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
|