mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
Do not remove intendation for all lists by default
This commit is contained in:
parent
bf717654f0
commit
25f12157f5
@ -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;
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
#menu, #menu ul {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#menu a {
|
#menu a {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user