View Single Post
  #13  
Old 09-10-2013, 01:52 PM
Ruinily Ruinily is offline
Member
 
Join Date: Mar 2011
Location: England
Posts: 185
Gender: Female
Credits: 26,408
Ruinily is on a distinguished road
Default

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;
}
__________________

Chocolate butterfly cat pudding. o.o


And since even the programming on this forum doesnt like me anymore heres my sites address. XD
http://felkyocreatures.com/index.php
Reply With Quote