Changes

Jump to navigation Jump to search
no edit summary
Line 17: Line 17:  
/* List cotained within the top box */
 
/* List cotained within the top box */
 
.icannwiki-invisible-bullet ul {
 
.icannwiki-invisible-bullet ul {
     list-style-type: none; /* Ensuring no bullets */
+
     list-style-type: none;
 +
    list-style: none;
 
     padding: 0;
 
     padding: 0;
 
     margin: 0;
 
     margin: 0;
Line 26: Line 27:     
.icannwiki-invisible-bullet ul li {
 
.icannwiki-invisible-bullet ul li {
     list-style-type: none; /* Ensuring no bullets for each li element */
+
     list-style-type: none;
 +
    list-style: none;
 
     margin-right: 2%; /* Horizontal space between items */
 
     margin-right: 2%; /* Horizontal space between items */
 
     margin-bottom: 10px; /* Vertical space between lines */
 
     margin-bottom: 10px; /* Vertical space between lines */

Navigation menu