mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update changelog
This commit is contained in:
parent
facb1439ce
commit
aabe75cf56
@ -33,6 +33,7 @@ $title-family: "Georgia", serif;
|
||||
* #2463 Remove duplicate `.has-addons` in `tag.sass`
|
||||
* #2253 Fix `$gap` variable default value
|
||||
* #2273 Fix #2258 -> Fix Indeterminate Progress Bar animation in Firefox
|
||||
* #2175 Proper aligning for `.tabs` within `.content`
|
||||
|
||||
### New variables
|
||||
|
||||
|
@ -87,12 +87,11 @@ $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
|
||||
@ -146,7 +145,7 @@ $content-table-foot-cell-color: $text-strong !default
|
||||
border-bottom-width: 0
|
||||
.tabs
|
||||
li + li
|
||||
margin-top: 0
|
||||
margin-top: 0
|
||||
// Sizes
|
||||
&.is-small
|
||||
font-size: $size-small
|
||||
|
Loading…
Reference in New Issue
Block a user