FlyerTalk Forums - View Single Post - Header Size on the Wiki
View Single Post
Old Oct 7, 2006 | 6:15 pm
  #1  
RatherBeSailing
 
Join Date: Mar 2006
Location: SFO
Programs: AA EXP, UA Premier
Posts: 280
Header Size on the Wiki

Currently the headers on the Wiki are huge and take up an enormous amount of screen real estate. Could we adjust either the CSS header styles or the Wiki template so that they come out smaller? http://en.wikipedia.org/ has some good sizes for headers:

Code:
h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }
If this is impossible, I understand.
RatherBeSailing is offline