22 lines
573 B
CSS
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; }
|