|
|
@@ -289,6 +289,22 @@ Tables
|
|
|
border: none !important;
|
|
|
}
|
|
|
|
|
|
+/*=============================================================================
|
|
|
+Suppress margins in tables
|
|
|
+=============================================================================*/
|
|
|
+
|
|
|
+ table th > *:first-child,
|
|
|
+ table td > *:first-child
|
|
|
+ {
|
|
|
+ margin-top: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ table th > *:last-child,
|
|
|
+ table td > *:last-child
|
|
|
+ {
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+
|
|
|
/*=============================================================================
|
|
|
Blurbs
|
|
|
=============================================================================*/
|