mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
keep integrity on paste and better styling but new lists dont reset counter
This commit is contained in:
parent
2e76bd4e50
commit
90c5b26e89
2 changed files with 16 additions and 12 deletions
|
@ -192,21 +192,23 @@ p {
|
|||
|
||||
ol {
|
||||
display: list-item;
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
ol > li {
|
||||
display:list-item;
|
||||
display:inline;
|
||||
}
|
||||
|
||||
/* Set the indentation */
|
||||
ol.list-number1{ text-indent: 20px; }
|
||||
ol.list-number2{ text-indent: 30px; }
|
||||
ol.list-number3{ text-indent: 40px; }
|
||||
ol.list-number4{ text-indent: 50px; }
|
||||
ol.list-number5{ text-indent: 60px; }
|
||||
ol.list-number6{ text-indent: 70px; }
|
||||
ol.list-number7{ text-indent: 80px; }
|
||||
ol.list-number8{ text-indent: 90px; }
|
||||
ol.list-number1{ text-indent: 0px; }
|
||||
ol.list-number2{ text-indent: 10px; }
|
||||
ol.list-number3{ text-indent: 20px; }
|
||||
ol.list-number4{ text-indent: 30px; }
|
||||
ol.list-number5{ text-indent: 40px; }
|
||||
ol.list-number6{ text-indent: 50px; }
|
||||
ol.list-number7{ text-indent: 60px; }
|
||||
ol.list-number8{ text-indent: 70px; }
|
||||
|
||||
/* Add styling to the first item in a list */
|
||||
body{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue