Changes

Undo revision 1349527 by Markwd (talk)
Line 18: Line 18:  
/* List stylings */
 
/* List stylings */
 
.icannwiki-top-box ul li {
 
.icannwiki-top-box ul li {
     font-size: 110%;
+
     font-size: 100%;
     margin-bottom: 4px; /* Adjusts the spacing between list items */
+
     margin-bottom: 2px; /* Adjusts the spacing between list items */
 
}
 
}
   Line 35: Line 35:  
/* Header for featured article, news, about us, and so on */
 
/* Header for featured article, news, about us, and so on */
 
.icannwiki-section-header {
 
.icannwiki-section-header {
     background: blue;
+
     background: #62a376;
 
     font-family: sans-serif;
 
     font-family: sans-serif;
 
     font-weight: bold;
 
     font-weight: bold;
Line 49: Line 49:  
background: #f1f6f3;
 
background: #f1f6f3;
 
padding-left: 1%;
 
padding-left: 1%;
padding-right: 1%
+
padding-right: 1%;
 +
text-align: left;
 
}
 
}
   Line 60: Line 61:  
.icannwiki-half-width-left {
 
.icannwiki-half-width-left {
 
display: inline;
 
display: inline;
 +
}
 +
 +
/* Mobile-only rule for sponsors display */
 +
.icannwiki-mobile-sponsors{
 +
width:25%;
 +
    height: auto;
 
}
 
}