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
This commit is contained in:
Tsao 2017-01-29 05:43:04 +08:00 committed by Andrew Cantino
parent 410ece8682
commit 80debd63bb

View file

@ -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; }