MediaWiki:Vector.css: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will affect users of the Vector skin: tt, code, pre, textarea { font-family: monospace, sans-serif; }')
 
No edit summary
Line 2: Line 2:
tt, code, pre, textarea {
tt, code, pre, textarea {
   font-family: monospace, sans-serif;
   font-family: monospace, sans-serif;
  font-size: large;
}
}

Revision as of 17:33, 15 March 2011

/* CSS placed here will affect users of the Vector skin */
tt, code, pre, textarea {
   font-family: monospace, sans-serif;
   font-size: large;
}