Difference between revisions of "Olexercises.css"

From The Grove - Academia de Idiomas
Jump to: navigation, search
Line 3: Line 3:
 
}
 
}
  
#Conversation + ol {
+
#Conversation h2 + ol {
 
  list-style-type: decimal;
 
  list-style-type: decimal;
 
}
 
}

Revision as of 20:12, 6 March 2014

ol {

list-style-type: lower-alpha;

}

#Conversation h2 + ol {
list-style-type: decimal;

}