table borders
authorJan Szejko <janek37@gmail.com>
Thu, 17 Aug 2017 10:46:42 +0000 (12:46 +0200)
committerJan Szejko <janek37@gmail.com>
Thu, 17 Aug 2017 10:46:42 +0000 (12:46 +0200)
prawokultury/static/css/entry.css
prawokultury/static/css/entry.scss

index 87a9302..0835971 100644 (file)
     vertical-align: middle; }
     .entry-wrapped .gallery-image img {
       margin: 0; }
+  .entry-wrapped table {
+    border-collapse: collapse; }
+    .entry-wrapped table td {
+      border: 1px #bbb solid; }
 
 .entry-info .entry-wrapped,
 .entry-publications .entry-wrapped {
       font-weight: bold; }
   .comments .body {
     font-size: 1.3em; }
+
+/*# sourceMappingURL=entry.css.map */
index 041346d..fdbf8bc 100644 (file)
             margin: 0;
         }
     }
+
+    table {
+        border-collapse: collapse;
+        td {
+            border: 1px #bbb solid;
+        }
+    }
 }
 
 .entry-info .entry-wrapped,