From Mexico.purplecow.org

(Difference between revisions)
Jump to: navigation, search
(create)
Current revision (16:16, 2 August 2009) (view source)
(add impact)
 
Line 14: Line 14:
   line-height:125%;
   line-height:125%;
}
}
 +
</pre>
 +
 +
and add Impact to the font lineup for the article title at "main.css" line 419 of 642 --65%--
 +
 +
<pre>
 +
  font-family:"Impact","Helvetica","Arial",sans-serif;
</pre>
</pre>
[[Category: Site Notes]]
[[Category: Site Notes]]

Current revision

Location: "main.css" line 74 of 642 --11%--

Changes:

  • font-size to 13px from 12px
  • text-align: justify added
  • line-height decreased from 145% to 125%
body, p, ul, ol, div {
  color:white;
  font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans","Lucida",Verdana,sans-serif;
  font-size:13px;
  text-align: justify;
  line-height:125%;
}

and add Impact to the font lineup for the article title at "main.css" line 419 of 642 --65%--

  font-family:"Impact","Helvetica","Arial",sans-serif;