MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 66: Line 66:
}
}
ul {
ul {
     list-style-position: inside;
     list-style-position: outside;
     text-align: left;
     text-align: left;
    vertical-align: left;
     margin-bottom: 0px;
     margin-bottom: 0px;
     font-family: georgia;
     font-family: georgia;
Line 76: Line 75:
     margin-top: 6px;
     margin-top: 6px;
     padding-left: 30px; /* Adjust this value to set the inner margin */
     padding-left: 30px; /* Adjust this value to set the inner margin */
}
ul > li::before {
    vertical-align: left;
    position: absolute;
    margin-left: -30px;
}
}
ol {
ol {