MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 63: Line 63:
     counter-increment: list;
     counter-increment: list;
     margin-top: 6px;
     margin-top: 6px;
     padding-left: 30px; /* Adjust this value to set the inner margin */
     padding-left: 35px; /* Adjust this value to set the inner margin */
}
}
ol.decimal > li::before {
ol.decimal > li::before {
Line 69: Line 69:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -60px; /* Adjusted margin */
     margin-left: -70px; /* Adjusted margin */
}
}
ol.doubledecimal > li::before {  
ol.doubledecimal > li::before {  
Line 76: Line 76:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -60px; /* Adjusted margin */
     margin-left: -70px; /* Adjusted margin */
}
}
ol.lower-alpha > li::before {
ol.lower-alpha > li::before {
Line 82: Line 82:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -60px; /* Adjusted margin */
     margin-left: -70px; /* Adjusted margin */
}
}
ol.lower-roman > li::before {
ol.lower-roman > li::before {
Line 88: Line 88:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -60px; /* Adjusted margin */
     margin-left: -70px; /* Adjusted margin */
}
}