From: jollytoad Date: Tue, 31 Aug 2004 08:46:59 +0000 (+0000) Subject: Added styles to support printTitleNav. X-Git-Tag: REL_3-5-1~66 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=5a979157ce3d2bf0e0adecb3dae2b05ea1f082dc;p=phppgadmin.git Added styles to support printTitleNav. --- diff --git a/themes/default/global.css b/themes/default/global.css index 4a78a2e8..4ddc4b88 100644 --- a/themes/default/global.css +++ b/themes/default/global.css @@ -1,7 +1,7 @@ /** * Default style sheet * - * $Id: global.css,v 1.27 2004/08/25 08:18:14 jollytoad Exp $ + * $Id: global.css,v 1.28 2004/08/31 08:46:59 jollytoad Exp $ */ /** ELEMENTS */ @@ -211,6 +211,11 @@ td.opbutton2 background-color: #E6E6CC; } +.title +{ + font-weight: bold; +} + a,a:active { color: #989973; @@ -279,6 +284,14 @@ a.navlink:active, a.toplink:active font-weight: bold; } +a.help +{ + color: #E68800; + font-size: smaller; + vertical-align: super; + text-decoration: none; +} + pre { font-size: 110%;