MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 59: Line 59:
     counter-increment: list;
     counter-increment: list;
     margin-bottom: 6px;
     margin-bottom: 6px;
     padding-left: 20px; /* Adjust this value to set the inner margin */
     padding-left: 10px; /* Adjust this value to set the inner margin */
}
}
ol.decimal > li::before {
ol.decimal > li::before {
Line 65: Line 65:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -20px; /* Adjusted margin */
     margin-left: 0px; /* Adjusted margin */
}
}
ol.doubledecimal > li::before {  
ol.doubledecimal > li::before {  
Line 72: Line 72:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -20px; /* Adjusted margin */
     margin-left: 10px; /* Adjusted margin */
}
}
ol.lower-alpha > li::before {
ol.lower-alpha > li::before {
Line 78: Line 78:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -20px; /* Adjusted margin */
     margin-left: 10px; /* Adjusted margin */
}
}
ol.lower-roman > li::before {
ol.lower-roman > li::before {
Line 84: Line 84:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -20px; /* Adjusted margin */
     margin-left: 10px; /* Adjusted margin */
}
}