Console: Fix CSS preventing ordered lists (ticket #2075)

This commit is contained in:
zzz
2018-05-31 15:34:37 +00:00
parent 8b029dbae5
commit 481e28750b
4 changed files with 13 additions and 4 deletions

View File

@@ -2078,12 +2078,12 @@ button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="re
}
.main ul {
list-style-type: square;
margin: -10px 0 10px -10px;
}
.main li {
padding: 0 0 5px 0;
list-style: square;
word-wrap: break-word;
margin-right: 20px;
}

View File

@@ -1686,9 +1686,12 @@ a:active tt {
color: #f90;
}
.main ul {
list-style-type: square;
}
div.main li {
text-align: left;
list-style: square;
margin: 2px 0 2px 30px;
padding: 2px 20px 2px 0;
word-wrap: break-word;

View File

@@ -2818,9 +2818,12 @@ tt::-moz-selection {
background: #030 !important;
}
.main ul {
list-style-type: square;
}
.main li {
text-align: left;
list-style: square;
margin: 2px 20px 0 40px;
padding: 1px 10px 1px 10px;
line-height: 150%;

View File

@@ -2536,9 +2536,12 @@ a:active tt {
color: #9FE9F9;
}
.main ul {
list-style-type: square;
}
div.main li {
text-align: left;
list-style: square;
margin: 2px 0 2px 30px;
padding: 2px 20px 2px 0;
word-wrap: break-word;