[OpenE-dev] [cvs] opene/src/doc/style default.css
Status: Alpha
Brought to you by:
dblevins
From: David B. <dav...@vi...> - 2002-04-23 17:53:52
|
Modified: src/doc/style default.css Log: Added subtitle font By David Blevins, on 02d/02/04 23:10:53 Revision Changes Path 1.2 +13 -5 opene/src/doc/style/default.css Index: default.css =================================================================== RCS file: /cvsroot/opene/opene/src/doc/style/default.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- default.css 23 Apr 2002 16:44:36 -0000 1.1 +++ default.css 23 Apr 2002 17:53:52 -0000 1.2 @@ -19,12 +19,20 @@ } .pageTitle { - font-size: 18px; + font-size: 45px; font-family: arial, "Helvetica", "Arial", "sans-serif"; - line-height: 28px; + line-height: 45px; font-weight: bold; - color: #666666; + color: #222222; } +.pageSubTitle { + font-size: 13px; + font-family: arial, "Helvetica", "Arial", "sans-serif"; + line-height: 13px; + font-weight: bold; + color: #444444; +} + .bodyGrey { font-size: 11px; @@ -33,9 +41,9 @@ } .bodyBlack { - font-size: 12px; + font-size: 14px; font-family: arial, helvetica, sans-serif; - line-height: 16px; color: #222222; + line-height: 17px; color: #222222; } .toc { |