proper aligning for tabs (#2175)
* adds baseline to tabs ul [x] fix for #2172 * Update tabs.sass * Update content.sass * Update content.sass * Update content.sass * Update content.sass * Update content.sass
This commit is contained in:
parent
187be3694c
commit
facb1439ce
1 changed files with 5 additions and 1 deletions
|
@ -87,11 +87,12 @@ $content-table-foot-cell-color: $text-strong !default
|
|||
list-style: disc outside
|
||||
margin-left: 2em
|
||||
margin-top: 1em
|
||||
|
||||
ul
|
||||
list-style-type: circle
|
||||
margin-top: 0.5em
|
||||
ul
|
||||
list-style-type: square
|
||||
list-style-type: square
|
||||
dd
|
||||
margin-left: 2em
|
||||
figure
|
||||
|
@ -143,6 +144,9 @@ $content-table-foot-cell-color: $text-strong !default
|
|||
td,
|
||||
th
|
||||
border-bottom-width: 0
|
||||
.tabs
|
||||
li + li
|
||||
margin-top: 0
|
||||
// Sizes
|
||||
&.is-small
|
||||
font-size: $size-small
|
||||
|
|
Loading…
Add table
Reference in a new issue