Difference between revisions of "MediaWiki:Common.css"

From Global Warming Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
/* ...except for these */
 
/* ...except for these */
  
.toc a, .mw-editsection a {
+
.toc a {
 
   font-weight:normal;
 
   font-weight:normal;
 
}
 
}

Revision as of 18:47, 31 May 2020

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

/* generally make links bold ... */

#bodyContent a {
 font-weight:bold;
}

/* ...except for these */

.toc a {
  font-weight:normal;
}