MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 61: Line 61:
     margin-bottom: 0px;
     margin-bottom: 0px;
     counter-reset: list;
     counter-reset: list;
     font-family: arial;
     font-family: georgia;
     padding-left: 0px; /* No padding */
     padding-left: 0px; /* No padding */
}
}
Line 68: Line 68:
     counter-increment: list;
     counter-increment: list;
     margin-top: 6px;
     margin-top: 6px;
     padding-left: 1.6em; /* Adjust this value to set the inner margin */
     padding-left: 30px; /* Adjust this value to set the inner margin */
}
}
ol.decimal > li::before {
ol.decimal > li::before {
Line 74: Line 74:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -1.6em; /* Adjusted margin */
     margin-left: -30px; /* Adjusted margin */
}
}
ol.doubledecimal > li::before {  
ol.doubledecimal > li::before {  
Line 81: Line 81:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -1.6em; /* Adjusted margin */
     margin-left: -30px; /* Adjusted margin */
}
}
ol.lower-alpha > li::before {
ol.lower-alpha > li::before {
Line 87: Line 87:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -1.6em; /* Adjusted margin */
     margin-left: -30px; /* Adjusted margin */
}
}
ol.lower-roman > li::before {
ol.lower-roman > li::before {
Line 93: Line 93:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -1.6em; /* Adjusted margin */
     margin-left: -30px; /* Adjusted margin */
}
}