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 {  
+
ul {  
   list-style-type: disc;  
+
   list-style-type: disc !important;  
 
   list-style-position: inside;  
 
   list-style-position: inside;  
 
}
 
}
 
ol {  
 
ol {  
   list-style-type: decimal;  
+
   list-style-type: decimal !important;  
 
   list-style-position: inside;  
 
   list-style-position: inside;  
} */
 
 
ul
 
{
 
    list-style: initial;
 
    margin: initial;
 
    padding: 0 0 0 40px;
 
}
 
 
li
 
{
 
    display: list-item;
 
 
}
 
}
 
</style>
 
</style>

Revision as of 12:10, 19 November 2015

Scroll to top To top