kwotes/templates/default/kwotes-ie.css

32 lines
317 B
CSS
Raw Normal View History

2005-08-15 23:17:45 +00:00
/* Begin Stupid IE stuff */
body
2004-11-02 01:40:14 +00:00
{
2005-08-15 23:17:45 +00:00
padding: 10px;
2004-11-02 01:40:14 +00:00
}
2005-08-15 23:17:45 +00:00
.tabmenu .tab
2004-11-02 01:40:14 +00:00
{
2005-08-15 23:17:45 +00:00
display: inline;
}
.kwoteeven, .kwoteodd
{
margin: 0px 0px 0px 0px;
}
.kwotenavigation
{
margin: 0px 0px 0px 0px;
2004-11-02 01:40:14 +00:00
}
2005-08-15 23:17:45 +00:00
.kwotenavigation a
{
margin: 0px 0px 0px 0px;
}
.kwoteeven p, .kwoteodd p
{
margin-top: 0px;
}
/* End stupid IE stuff */