mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
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:
parent
410ece8682
commit
80debd63bb
1 changed files with 3 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue