I am designing a website that has a database driven stylesheet which will enable me to change the style of the site through admin forms and so on.
Im not sure how i can design the database, any tips that people may have in designing such a database would be useful.
So far i have decided to use the class as my PK, and then rows which include;
background
border
font_color
font_face
font_size
width
height
If anyone has done this before please give me some tips.