mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
Fix issue 82, bullets not showing up in time slider, please note that the timeslider may have other css bugs such as indent etc and this needs testing
This commit is contained in:
parent
37a220fa87
commit
37224f620f
1 changed files with 26 additions and 0 deletions
|
@ -194,3 +194,29 @@ float:right;
|
||||||
padding-right: 6pt;
|
padding-right: 6pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ul { margin-left: 1.5em; }
|
||||||
|
ul ul { margin-left: 0 !important; }
|
||||||
|
ul.list-bullet1 { margin-left: 1.5em; }
|
||||||
|
ul.list-bullet2 { margin-left: 3em; }
|
||||||
|
ul.list-bullet3 { margin-left: 4.5em; }
|
||||||
|
ul.list-bullet4 { margin-left: 6em; }
|
||||||
|
ul.list-bullet5 { margin-left: 7.5em; }
|
||||||
|
ul.list-bullet6 { margin-left: 9em; }
|
||||||
|
ul.list-bullet7 { margin-left: 10.5em; }
|
||||||
|
ul.list-bullet8 { margin-left: 12em; }
|
||||||
|
|
||||||
|
ul { list-style-type: disc; }
|
||||||
|
ul.list-bullet1 { list-style-type: disc; }
|
||||||
|
ul.list-bullet2 { list-style-type: circle; }
|
||||||
|
ul.list-bullet3 { list-style-type: square; }
|
||||||
|
ul.list-bullet4 { list-style-type: disc; }
|
||||||
|
ul.list-bullet5 { list-style-type: circle; }
|
||||||
|
ul.list-bullet6 { list-style-type: square; }
|
||||||
|
ul.list-bullet7 { list-style-type: disc; }
|
||||||
|
ul.list-bullet8 { list-style-type: circle; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue