Difference between revisions of "Team:Evry/Protocols"

(Improved layout.)
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;  
 
   list-style-position: inside;  
 
   list-style-position: inside;  
Line 28: Line 28:
 
   list-style-type: decimal;  
 
   list-style-type: decimal;  
 
   list-style-position: inside;  
 
   list-style-position: inside;  
 +
} */
 +
 +
.my_container ul
 +
{
 +
    list-style: initial;
 +
    margin: initial;
 +
    padding: 0 0 0 40px;
 +
}
 +
 +
.my_container li
 +
{
 +
    display: list-item;
 
}
 
}
 
</style>
 
</style>

Revision as of 12:08, 19 November 2015

Scroll to top To top