From: Paul Ramsey Date: Fri, 12 Oct 2018 20:59:17 +0000 (+0000) Subject: Style blocks X-Git-Tag: 3.0.0alpha1~358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0a44fcc6e5435a26bb1de2cd59f5a1ea884ed36;p=postgis Style blocks git-svn-id: http://svn.osgeo.org/postgis/trunk@16887 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/html/images/important.png b/doc/html/images/important.png index 12c90f607..f90153772 100644 Binary files a/doc/html/images/important.png and b/doc/html/images/important.png differ diff --git a/doc/html/style.css b/doc/html/style.css index c54643bef..50cea539c 100644 --- a/doc/html/style.css +++ b/doc/html/style.css @@ -172,6 +172,30 @@ div.warning table tr td img { padding: 0 0 0 0; } +div.important { + font-size: 90%; + border-color: #55d; + border-style: solid; + border-width: 1.5px; + margin-bottom: 1em; + margin-top: 1em; + overflow: auto; + padding: 0.8em; + background: #eef; + border-radius: 1em; +} +div.important table p { + font-size: 90%; + margin: 0 0 0 0; + padding: 0 0 0 0; +} +div.important table tr td img { + margin: 0 0.5em 0 0; + padding: 0 0 0 0; +} + + + span.inlinemediaobject img { vertical-align: middle; }