Do not remove intendation for all lists by default

This commit is contained in:
Thomas Gelf 2014-03-20 11:18:00 +00:00
parent bf717654f0
commit 25f12157f5
2 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@ img {
TODO: -xy-text-resize-dings TODO: -xy-text-resize-dings
*/ */
html, body, form, ul { html, body, form {
/* TODO: Really 0 ? */ /* TODO: Really 0 ? */
margin: 0; margin: 0;
padding: 0; padding: 0;

View File

@ -1,4 +1,9 @@
#menu, #menu ul {
margin: 0;
padding: 0;
}
#menu a { #menu a {
outline: 0; outline: 0;
} }