From: Regina Obe Date: Fri, 23 Mar 2012 07:54:27 +0000 (+0000) Subject: make variables names red to stand out better X-Git-Tag: 2.0.0rc1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=514b990af1e1e52bcd16456ee0aed639947af126;p=postgis make variables names red to stand out better git-svn-id: http://svn.osgeo.org/postgis/trunk@9532 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/html/style.css b/doc/html/style.css index 497e4f212..d418f37a4 100644 --- a/doc/html/style.css +++ b/doc/html/style.css @@ -47,3 +47,4 @@ pre, .literallayout { border-right-width: 0px; border-left-width: 0px; border-bo .styledtable table thead th { border-right-width: 0px; border-left-width: 0px; border-bottom-width: 1px; border-top-width: 0px; border-color: #f7931e; border-style: solid; } .styledtable > table { border-right-width: 0px; border-left-width: 0px; border-bottom-width: 2px; border-top-width: 2px; border-color: #f7931e; border-style: solid; } .styledtable table td,th { color: #000000; font-style: italic; padding-right:10px; padding-left:10px; border-right-width: 0px; border-left-width: 0px; border-bottom-width: 2px; border-top-width: 2px; border-width: 0px;} +.pdparam {color: red}