Difference between revisions of "Olexercises.css"

From The Grove - Academia de Idiomas
Jump to: navigation, search
m (Gustavo moveu a página Olalphabet.css para Olexercises.css sem deixar um redirecionamento)
Line 1: Line 1:
 
ol {
 
ol {
  list-style-type:lower-alpha;
+
  list-style-type: lower-alpha;
 +
}
 +
 
 +
#Conversation + ol {
 +
list-style-type: decimal;
 
}
 
}

Revision as of 20:11, 6 March 2014

ol {

list-style-type: lower-alpha;

}

  1. Conversation + ol {
list-style-type: decimal;

}