Skip to content
Snippets Groups Projects
Commit e6f70527 authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-6018: Remove the global padding on ordered, unordered list to allow default browser spacing

parent 3735fb5b
No related branches found
No related tags found
1 merge request!98ISTWCMS-6018: Remove the global padding on ordered, unordered list to allow default browser spacing
......@@ -44,13 +44,7 @@ kbd > kbd {
/*list types*/
ul {
margin: 0 0 1rem;
padding: 0 0 0 1.5rem;
}
[dir='rtl'] ul {
padding: 0 1.5rem 0 0;
}
ul ul {
margin: 0.5rem 0 0;
}
......@@ -66,11 +60,6 @@ ul ul {
}
ol {
margin: 0 0 1rem;
padding: 0 0 0 1.5rem;
}
[dir='rtl'] ol {
padding: 0 1.5rem 0 0;
}
ol ol {
......@@ -95,7 +84,6 @@ ol ol {
.decimal {
list-style: decimal outside none;
margin: 0;
padding: 0 0 1rem 1rem;
}
.decimal li {
......@@ -123,7 +111,6 @@ ol ol {
list-style: square outside none;
list-style-type: none;
margin: 0;
padding: 0;
}
li {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment