mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
d935c2477b179b3be7c3f15f12d937b701c1b690
parent
86d73d0db6c8d4982adc696d5391f3337c503aa2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-05-05 13:24
rm top border from tables

reduces specificity

Diffstat

M sass/base.scss 6 +-----

1 files changed, 1 insertions, 5 deletions


diff --git a/sass/base.scss b/sass/base.scss

@@ -103,11 +103,7 @@ table {
  103   103     border-spacing: 0;
  104   104 }
  105   105 tr {
  106    -1     border-top: 1px solid $color-border;
  107    -1 
  108    -1     &:last-child {
  109    -1         border-bottom: 1px solid $color-border;
  110    -1     }
   -1   106     border-bottom: 1px solid $color-border;
  111   107 }
  112   108 td, th {
  113   109     text-align: start;