forked from I2P_Developers/i2p.i2p
Console: Fix CSS preventing ordered lists (ticket #2075)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user