Difference between revisions of "MediaWiki:Common.css"

From Disc Golf Valley User Guide
Jump to: navigation, search
Line 7: Line 7:
  
 
.stars {
 
.stars {
   font-size: 11px;
+
   font-size: 18px;
 +
  text-align: center;
 
}
 
}
  
  
 
.disc_attr (
 
.disc_attr (
   font-size: 8px;
+
   font-size: 12px;
 +
  text-align: center;
 
}
 
}

Revision as of 00:10, 20 January 2021

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

.tocnumber {
  display: none;
}


.stars {
  font-size: 18px;
  text-align: center;
}


.disc_attr (
  font-size: 12px;
  text-align: center;
}