Parcourir la source

Add CSS table generic styles (no-border and no-background)

opi il y a 9 ans
Parent
commit
47682be9f9
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 11 0
      coin/static/css/local.css

+ 11 - 0
coin/static/css/local.css

@@ -133,6 +133,17 @@ h2 {
 table.full-width {
     width:100%;
 }
+table.no-border {
+    border: none;
+}
+table.no-background {}
+table.no-background,
+table.no-background thead,
+table.no-background tfoot,
+table.no-background tr {
+    background: transparent;
+}
+
 
 /* Footer */