]> granicus.if.org Git - postgis/commitdiff
Style <important> blocks
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 12 Oct 2018 20:59:17 +0000 (20:59 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 12 Oct 2018 20:59:17 +0000 (20:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16887 b70326c6-7e19-0410-871a-916f4a2858ee

doc/html/images/important.png
doc/html/style.css

index 12c90f607a1b27ddde0a7d922ae255e8c90e883e..f9015377278e4ae0430481bd0f0f7d8ce688781b 100644 (file)
Binary files a/doc/html/images/important.png and b/doc/html/images/important.png differ
index c54643bef350909320bab8e040338ae1b987314a..50cea539c3107eb36ad63353acdee7537352451d 100644 (file)
@@ -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;
 }