tipman/objects.css
Josh Holtrop a6ccd8cd1f initial import
git-svn-id: svn://anubis/tipman@1 ce01c143-e732-0410-ac0e-c064f6e6c7ef
2007-06-15 00:53:46 +00:00

22 lines
573 B
CSS

form { margin: 0px; }
table.round
{
background-color: #ACF;
width: 100%;
margin: 0px;
padding: 0px;
}
td.corner { width: 5px; padding: 0; margin: 0; }
td.button_top { border-top-style: solid; border-top-width: 1px; }
td.button_left { border-left-style: solid; border-left-width: 1px; }
td.button_right { border-right-style: solid; border-right-width: 1px; }
td.button_bottom { border-bottom-style: solid; border-bottom-width: 1px; }
img.blank { border-style: none; margin: 0px; padding: 0px; }
.smaller { font-size: smaller; }
.really-small { font-size: 0.75em; }