From 80debd63bb6838e23bfae087ba824484204802d0 Mon Sep 17 00:00:00 2001 From: Tsao Date: Sun, 29 Jan 2017 05:43:04 +0800 Subject: [PATCH] let default table inherit the boostrap #table css style (#1883) * let default inherit boostrap #table css style * move the default table style inside of .well.description --- app/assets/stylesheets/application.css.scss.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/application.css.scss.erb b/app/assets/stylesheets/application.css.scss.erb index c400f1f3..e5c010cf 100644 --- a/app/assets/stylesheets/application.css.scss.erb +++ b/app/assets/stylesheets/application.css.scss.erb @@ -28,6 +28,9 @@ body { padding-top: 60px; } } .well.description { + table { + @extend .table; + } h1 { font-size: 30px; } h2 { font-size: 26px; } h3 { font-size: 22px; }