Fix docs stylesheet - not enough border distance for
authorMagnus Hagander <magnus@hagander.net>
Tue, 21 Sep 2010 18:02:47 +0000 (18:02 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 21 Sep 2010 18:02:47 +0000 (18:02 +0000)
caution and warning.

Thom Brown

git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2739 8f5c7a92-453e-0410-a47f-ad33c8a6b003

portal/layout/css/blue/docs.css

index 5b3462a012b33bbc7fcf42aae17274bfd9d128e5..5daf84e021965d0515e46b31e1cbe9e059dfc09a 100644 (file)
@@ -394,6 +394,15 @@ table.WARNING th {
   border-color: #FFD7D7;
 }
 
+div.WARNING td[align=CENTER],
+div.CAUTION td[align=CENTER]
+{
+ font-size: 1.1em;
+ font-weight: bold;
+ border-bottom: 0px solid #FFEFEF;
+ padding: 1ex 2ex 0;
+}
+
 td.c1,
 td.c2,
 td.c3,