[postgis-tickets] r16887 - Style <important> blocks

Paul Ramsey pramsey at cleverelephant.ca
Fri Oct 12 01:59:17 PDT 2018


Author: pramsey
Date: 2018-10-12 13:59:17 -0700 (Fri, 12 Oct 2018)
New Revision: 16887

Modified:
   trunk/doc/html/images/important.png
   trunk/doc/html/style.css
Log:
Style <important> blocks


Modified: trunk/doc/html/images/important.png
===================================================================
(Binary files differ)

Modified: trunk/doc/html/style.css
===================================================================
--- trunk/doc/html/style.css	2018-10-12 20:50:22 UTC (rev 16886)
+++ trunk/doc/html/style.css	2018-10-12 20:59:17 UTC (rev 16887)
@@ -172,6 +172,30 @@
     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;
 }



More information about the postgis-tickets mailing list