Difference between revisions of "Template:Reading2"

Line 191: Line 191:
 
}
 
}
  
ol {
+
olred {
    counter-reset: item;
+
counter-reset: item;
}
+
}
ol li { display: block }
+
olred li { display: block }
  
ol li:before {
+
olred li:before {
 
content: counter(item) ". ";
 
content: counter(item) ". ";
 
counter-increment: item;
 
counter-increment: item;
Line 210: Line 210:
 
text-decoration: underline;
 
text-decoration: underline;
 
text-indent: 5px;
 
text-indent: 5px;
}
+
}
  
 
title2:after {
 
title2:after {

Revision as of 17:56, 10 September 2015