chore: Removed smaller font in ul.links
This commit is contained in:
parent
c8f635883f
commit
396829b4ea
2 changed files with 5 additions and 1 deletions
|
@ -33,6 +33,7 @@ Unreleased:
|
||||||
- Term `gist` is now `data`
|
- Term `gist` is now `data`
|
||||||
css-theme:
|
css-theme:
|
||||||
- Added new styles for the frontend changes in 2.2
|
- Added new styles for the frontend changes in 2.2
|
||||||
|
- Removed smaller fonts in ul.links
|
||||||
i18n:
|
i18n:
|
||||||
- Added/Updated strings for the 2.2 frontend changes
|
- Added/Updated strings for the 2.2 frontend changes
|
||||||
- Changed `Joost De Cock` to `Joost` because spam filters don't like cock
|
- Changed `Joost De Cock` to `Joost` because spam filters don't like cock
|
||||||
|
@ -73,8 +74,12 @@ Unreleased:
|
||||||
Explain that pattern names are bound by the constraints of NPM package names"
|
Explain that pattern names are bound by the constraints of NPM package names"
|
||||||
hugo:
|
hugo:
|
||||||
- Made sure dimensions for hood center and waistband are always shown
|
- Made sure dimensions for hood center and waistband are always shown
|
||||||
|
florent:
|
||||||
|
- Fixed an SA issue in brim top and removed SA from interfacing
|
||||||
sandy:
|
sandy:
|
||||||
- Fixed tags in pattern config file
|
- Fixed tags in pattern config file
|
||||||
|
theo:
|
||||||
|
- Fixed issue with side piece
|
||||||
penelope:
|
penelope:
|
||||||
- Fixed tags in pattern config file
|
- Fixed tags in pattern config file
|
||||||
waralee:
|
waralee:
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
ul.links {
|
ul.links {
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
line-height: 1.35;
|
line-height: 1.35;
|
||||||
font-size: 95%;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
li {
|
li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue