diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-02 19:52:46 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-02 19:52:46 +0200 |
commit | 606e09c141d39ccc3bcfe47ac200eef6df3861a0 (patch) | |
tree | df364a64261e18f91ff7f9ff412b2b74cec0ae5d | |
parent | b0cfd2a9c55e134711079a64a50c00d6fcdd766a (diff) | |
download | gitlab-ce-606e09c141d39ccc3bcfe47ac200eef6df3861a0.tar.gz |
Fix table bordersfix-files-page-colors
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/assets/stylesheets/framework/tables.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss index 4765a3de515..b42075c98d0 100644 --- a/app/assets/stylesheets/framework/tables.scss +++ b/app/assets/stylesheets/framework/tables.scss @@ -32,12 +32,10 @@ table { th { background-color: $background-color; font-weight: normal; - font-size: 15px; - border-bottom: 1px solid $border-color; + border-bottom: none; } td { - border-bottom: 1px solid; border-color: $table-border-color; } } |