Difference between revisions of "Team:Evry/Protocols"

m
m
Line 21: Line 21:
 
<style>
 
<style>
 
/* The default styling for list was over-riden somewhere, need to put this here... */
 
/* The default styling for list was over-riden somewhere, need to put this here... */
ul {  
+
ol li {
  list-style-type: disc !important;
+
  list-style: inherit !important;
  list-style-position: inside;  
+
 
}
 
}
ol {  
+
 
  list-style-type: decimal !important;
+
ol {
  list-style-position: inside;  
+
  list-style: inherit !important;
 
}
 
}
 
</style>
 
</style>

Revision as of 12:11, 19 November 2015

Scroll to top To top