Difference between revisions of "Olexercises.css"

From The Grove - Academia de Idiomas
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
}
 
}
  
#Conversation + ol {
+
h2#Conversation + ol {
 
  list-style-type: decimal;
 
  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;

}