Difference between revisions of "MediaWiki:Common.css"

From BOINC Wiki
Jump to: navigation, search
(adding toc to css)
(#toc maybe?)
Line 5: Line 5:
 
}
 
}
  
.toc {
+
#toc {
 
     background-color: #e9ebfe;
 
     background-color: #e9ebfe;
 
     border-radius: 10px 10px 10px 10px;
 
     border-radius: 10px 10px 10px 10px;
 
}
 
}

Revision as of 20:00, 26 September 2016

/* CSS placed here will be applied to all skins */

#content {
    background-color: #e9fef4;
}

#toc {
    background-color: #e9ebfe;
    border-radius: 10px 10px 10px 10px;
}