diff --git a/static/css/iframe_editor.css b/static/css/iframe_editor.css index 676753051..2faaae065 100644 --- a/static/css/iframe_editor.css +++ b/static/css/iframe_editor.css @@ -13,14 +13,14 @@ ul, ol, li { } ul { margin-left: 1.5em; } ul ul { margin-left: 0 !important; } -ul.list-bullet1 { margin-left: 3em; } -ul.list-bullet2 { margin-left: 4.5em; } -ul.list-bullet3 { margin-left: 6em; } -ul.list-bullet4 { margin-left: 7.5em; } -ul.list-bullet5 { margin-left: 9em; } -ul.list-bullet6 { margin-left: 10.5em; } -ul.list-bullet7 { margin-left: 12em; } -ul.list-bullet8 { margin-left: 13.5em; } +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; } @@ -32,16 +32,16 @@ ul.list-bullet6 { list-style-type: square; } ul.list-bullet7 { list-style-type: disc; } ul.list-bullet8 { list-style-type: circle; } -ol.list-number1 { margin-left: 3em; } -ol.list-number2 { margin-left: 4.5em; } -ol.list-number3 { margin-left: 6em; } -ol.list-number4 { margin-left: 7.5em; } -ol.list-number5 { margin-left: 9em; } -ol.list-number6 { margin-left: 10.5em; } -ol.list-number7 { margin-left: 12em; } -ol.list-number8 { margin-left: 13.5em; } +ol.list-number1 { margin-left: 1.5em; } +ol.list-number2 { margin-left: 3em; } +ol.list-number3 { margin-left: 4.5em; } +ol.list-number4 { margin-left: 6em; } +ol.list-number5 { margin-left: 7.5em; } +ol.list-number6 { margin-left: 9em; } +ol.list-number7 { margin-left: 10.5em; } +ol.list-number8 { margin-left: 12em; } -ol { list-style-type: disc; } +ol { list-style-type: decimal; } ol.list-number1 { list-style-type: decimal; } ol.list-number2 { list-style-type: lower-latin; } ol.list-number3 { list-style-type: lower-roman; } @@ -51,14 +51,14 @@ ol.list-number6 { list-style-type: lower-roman; } ol.list-number7 { list-style-type: decimal; } ol.list-number8 { list-style-type: lower-latin; } -ul.list-number1 { margin-left: 3em; } -ul.list-number2 { margin-left: 4.5em; } -ul.list-number3 { margin-left: 6em; } -ul.list-number4 { margin-left: 7.5em; } -ul.list-number5 { margin-left: 9em; } -ul.list-number6 { margin-left: 10.5em; } -ul.list-number7 { margin-left: 12em; } -ul.list-number8 { margin-left: 13.5em; } +ul.list-indent1 { margin-left: 1.5em; } +ul.list-indent2 { margin-left: 3em; } +ul.list-indent3 { margin-left: 4.5em; } +ul.list-indent4 { margin-left: 6em; } +ul.list-indent5 { margin-left: 7.5em; } +ul.list-indent6 { margin-left: 9em; } +ul.list-indent7 { margin-left: 10.5em; } +ul.list-indent8 { margin-left: 12em; } ul.list-indent1 { list-style-type: none; } ul.list-indent2 { list-style-type: none; } @@ -93,7 +93,7 @@ body.doesWrap { padding-top: 1px; /* important for some reason? */ padding-right: 10px; padding-bottom: 8px; - padding-left: 1px /* prevents characters from looking chopped off in FF3 */; + padding-left: 10px /* prevents characters from looking chopped off in FF3 */; overflow: hidden; /* blank 1x1 gif, so that IE8 doesn't consider the body transparent */ background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); diff --git a/static/css/timeslider.css b/static/css/timeslider.css index 4d71be6e3..c808a65c3 100644 --- a/static/css/timeslider.css +++ b/static/css/timeslider.css @@ -197,14 +197,14 @@ float:right; ul { margin-left: 1.5em; } ul ul { margin-left: 0 !important; } -ul.list-bullet1 { margin-left: 3em; } -ul.list-bullet2 { margin-left: 4.5em; } -ul.list-bullet3 { margin-left: 6em; } -ul.list-bullet4 { margin-left: 7.5em; } -ul.list-bullet5 { margin-left: 9em; } -ul.list-bullet6 { margin-left: 10.5em; } -ul.list-bullet7 { margin-left: 12em; } -ul.list-bullet8 { margin-left: 13.5em; } +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; } @@ -216,16 +216,16 @@ ul.list-bullet6 { list-style-type: square; } ul.list-bullet7 { list-style-type: disc; } ul.list-bullet8 { list-style-type: circle; } -ol.list-number1 { margin-left: 3em; } -ol.list-number2 { margin-left: 4.5em; } -ol.list-number3 { margin-left: 6em; } -ol.list-number4 { margin-left: 7.5em; } -ol.list-number5 { margin-left: 9em; } -ol.list-number6 { margin-left: 10.5em; } -ol.list-number7 { margin-left: 12em; } -ol.list-number8 { margin-left: 13.5em; } +ol.list-number1 { margin-left: 1.5em; } +ol.list-number2 { margin-left: 3em; } +ol.list-number3 { margin-left: 4.5em; } +ol.list-number4 { margin-left: 6em; } +ol.list-number5 { margin-left: 7.5em; } +ol.list-number6 { margin-left: 9em; } +ol.list-number7 { margin-left: 10.5em; } +ol.list-number8 { margin-left: 12em; } -ol { list-style-type: disc; } +ol { list-style-type: decimal; } ol.list-number1 { list-style-type: decimal; } ol.list-number2 { list-style-type: lower-latin; } ol.list-number3 { list-style-type: lower-roman; } @@ -235,14 +235,14 @@ ol.list-number6 { list-style-type: lower-roman; } ol.list-number7 { list-style-type: decimal; } ol.list-number8 { list-style-type: lower-latin; } -ul.list-number1 { margin-left: 3em; } -ul.list-number2 { margin-left: 4.5em; } -ul.list-number3 { margin-left: 6em; } -ul.list-number4 { margin-left: 7.5em; } -ul.list-number5 { margin-left: 9em; } -ul.list-number6 { margin-left: 10.5em; } -ul.list-number7 { margin-left: 12em; } -ul.list-number8 { margin-left: 13.5em; } +ul.list-indent1 { margin-left: 1.5em; } +ul.list-indent2 { margin-left: 3em; } +ul.list-indent3 { margin-left: 4.5em; } +ul.list-indent4 { margin-left: 6em; } +ul.list-indent5 { margin-left: 7.5em; } +ul.list-indent6 { margin-left: 9em; } +ul.list-indent7 { margin-left: 10.5em; } +ul.list-indent8 { margin-left: 12em; } ul.list-indent1 { list-style-type: none; } ul.list-indent2 { list-style-type: none; }