22 lines
215 B
CSS
Executable File
22 lines
215 B
CSS
Executable File
/* Begin Stupid IE stuff */
|
|
body
|
|
{
|
|
padding: 10px;
|
|
}
|
|
|
|
.tabmenu .tab
|
|
{
|
|
display: inline;
|
|
}
|
|
|
|
.kwoteeven, .kwoteodd
|
|
{
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.kwoteeven p, .kwoteodd p
|
|
{
|
|
margin-top: 0px;
|
|
}
|
|
/* End stupid IE stuff */
|