Browse code

Lists with numbers inside

Cinan Rakosnik authored on 06/10/2013 at 16:06:20
Showing 2 changed files
... ...
@@ -78,7 +78,7 @@ ol { list-style-type: decimal;
78 78
   ol { list-style-type: lower-alpha; margin-bottom: 0px;
79 79
     ol { list-style-type: lower-roman; margin-bottom: 0px; }}}
80 80
 
81
-ul, ol { &, ul, ol { margin-left: 1.3em; }}
81
+ul, ol { &, ul, ol { margin-left: 1.3em; list-style-position: inside }}
82 82
 
83 83
 strong { font-weight: bold; }
84 84
 
... ...
@@ -78,7 +78,7 @@ ol { list-style-type: decimal;
78 78
   ol { list-style-type: lower-alpha; margin-bottom: 0px;
79 79
     ol { list-style-type: lower-roman; margin-bottom: 0px; }}}
80 80
 
81
-ul, ol { &, ul, ol { margin-left: 1.3em; }}
81
+ul, ol { &, ul, ol { margin-left: 1.3em; list-style-position: inside }}
82 82
 
83 83
 strong { font-weight: bold; }
84 84