MDL-21140 CSS style reset now used from the YUI3 lib, surprisingly it is a bit different from YUI2

This commit is contained in:
Petr Skoda 2009-12-16 20:11:39 +00:00
parent bee934afa3
commit 39302c7922
2 changed files with 16 additions and 2 deletions

View file

@ -46,6 +46,11 @@ body {
padding: 4px;
}
/* ugly ugly hack, undo the CSS reset from YUI for now */
ul li {
list-style-type: none;
}
#layout-table {
width:100%;
border-collapse:separate;
@ -59,6 +64,10 @@ body {
vertical-align:top;
}
#layout-table td {
border: 0px;
}
#layout-table #content {
padding-left:12px;
padding-right:12px;