Difference between revisions of "Team:Evry/Protocols"

m
m
 
(3 intermediate revisions by the same user not shown)
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 {  
+
.container ul li {
  list-style-type: disc;
+
  list-style: disc inside !important;
  list-style-position: inside;  
+
 
}
 
}
ol {
 
  list-style-type: decimal;
 
  list-style-position: inside;
 
} */
 
  
ul
+
.container ol li {
{
+
  list-style: decimal inside !important;
    list-style: initial;
+
    margin: initial;
+
    padding: 0 0 0 40px;
+
}
+
 
+
li
+
{
+
    display: list-item;
+
 
}
 
}
 
</style>
 
</style>

Latest revision as of 14:11, 19 November 2015

Scroll to top To top