Apply table style also to informaltable elements
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 6 Sep 2017 18:12:25 +0000 (11:12 -0700)
committerMagnus Hagander <magnus@hagander.net>
Wed, 6 Sep 2017 18:12:25 +0000 (11:12 -0700)
Discussion:
https://www.postgresql.org/message-id/flat/20170728120244.1449.87477%40wrigleys.postgresql.org

media/css/docs.css

index 30c1277b9d2ce7fa5c28e36facdca0c3aa28ced7..98430721e15fa0e5edb9c769cdc97aed2492bafa 100644 (file)
@@ -256,6 +256,7 @@ pre.literallayout,
 .note,
 .tip,
 .table table,
+.informaltable table,
 pre.LITERALLAYOUT,
 .SCREEN,
 .SYNOPSIS,
@@ -392,6 +393,8 @@ table {
 
 .table table td,
 .table table th,
+.informaltable table td,
+.informaltable table th,
 table.CALSTABLE td,
 table.CALSTABLE th,
 table.CAUTION td,
@@ -402,6 +405,7 @@ table.WARNING th {
 }
 
 .table table,
+.informaltable table,
 table.CALSTABLE,
 table.CAUTION,
 table.WARNING {
@@ -410,6 +414,7 @@ table.WARNING {
 }
 
 .table table,
+.informaltable table,
 table.CALSTABLE
 {
   margin: 2ex 0 2ex 2ex;
@@ -418,18 +423,22 @@ table.CALSTABLE
 }
 
 .table table tr:hover td,
+.informaltable table tr:hover td,
 table.CALSTABLE tr:hover td
 {
   background-color: #EFEFEF;
 }
 
 .table table td,
+.informaltable table td,
 table.CALSTABLE td {
   background-color: #FFF;
 }
 
 .table table td,
 .table table th,
+.informaltable table td,
+.informaltable table th,
 table.CALSTABLE td,
 table.CALSTABLE th {
   border: 1px solid #A7C6DF;