Difference between revisions of "Olexercises.css"

From The Grove - Academia de Idiomas
Jump to: navigation, search
(Created page with "ol { list-style-type:lower-alpha; }")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
ol {
 
ol {
  list-style-type:lower-alpha;
+
  list-style-type: lower-alpha;
 +
}
 +
 
 +
h2#Conversation + ol {
 +
list-style-type: decimal;
 
}
 
}

Latest revision as of 20:42, 6 March 2014

ol {

list-style-type: lower-alpha;

}

h2#Conversation + ol {

list-style-type: decimal;

}