Changes

Jump to navigation Jump to search
no edit summary
Line 16: Line 16:     
/* List cotained within the top box */
 
/* List cotained within the top box */
.icannwiki-invisible-bullet ul li {
+
.icannwiki-invisible-bullet {
     list-style-type: none !important;
+
    width: 100%;
     list-style: none !important;
+
    display: block; /* Ensure this div behaves as expected in the layout */
     font-size: 120%;
+
}
 +
 
 +
.icannwiki-invisible-bullet ul {
 +
     list-style-type: none;
 +
     margin: 0;
 +
    padding: 0;
 +
     display: contents; /* This makes ul not to be considered as a container, but its children li> will be direct children of .icannwiki-top-box */
 
}
 
}
  

Navigation menu