# Conflicts:
#	docs/_docs/18-history.md
This commit is contained in:
Michael Rose 2018-01-15 16:30:32 -05:00
commit f64b5f14d3
4 changed files with 8 additions and 2 deletions

View file

@ -13,6 +13,7 @@
### Bug Fixes
* Allow`author` to accept an object or string. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
* Fix syntax highlighting line number styling inconsistency. [#1467](https://github.com/mmistakes/minimal-mistakes/issues/1467)
## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)

View file

@ -883,6 +883,8 @@ da: &DEFAULT_DA
comment_success_msg : "Tak for din kommentar! Den bliver vist på siden, så snart den er godkendt."
comment_error_msg : "Desværre skete der en fejl. Prøv igen, mens du sørger for at alle obligatoriske felter er udfyldt."
loading_label : "Indlæser..."
search_placeholder_text : "Hvad leder du efter..."
results_found : "Resultat(er) fundet"
da-DK:
<<: *DEFAULT_DA

View file

@ -31,7 +31,8 @@ figure.highlight {
border: 0;
/* line numbers*/
&.gutter {
&.gutter,
&.rouge-gutter {
padding-right: 1em;
width: 1em;
color: $base04;
@ -40,7 +41,8 @@ figure.highlight {
}
/* code */
&.code {
&.code,
&.rouge-code {
padding-left: 1em;
}
}

View file

@ -23,6 +23,7 @@ toc: true
### Bug Fixes
* Allow`author` to accept an object or string. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
* Fix syntax highlighting line number styling inconsistency. [#1467](https://github.com/mmistakes/minimal-mistakes/issues/1467)
## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)