Merge pull request #5887 from szlend/5874-fix-bold-links
Issue #5874 Fix styled links
This commit is contained in:
commit
31bbfe8eab
2 changed files with 2 additions and 5 deletions
|
|
@ -13,6 +13,7 @@
|
|||
* Fix notification mails for limited posts [#5877](https://github.com/diaspora/diaspora/pull/5877)
|
||||
* Fix medium and small avatar URLs when using Camo [#5883](https://github.com/diaspora/diaspora/pull/5883)
|
||||
* Improve output of script/server [#5885](https://github.com/diaspora/diaspora/pull/5885)
|
||||
* Fix CSS for bold links [#5887](https://github.com/diaspora/diaspora/pull/5887)
|
||||
|
||||
## Features
|
||||
* Hide post title of limited post in comment notification email [#5843](https://github.com/diaspora/diaspora/pull/5843)
|
||||
|
|
|
|||
|
|
@ -17,11 +17,7 @@
|
|||
weight : normal;
|
||||
}
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, textarea, input, * {
|
||||
body, p, h1, h2, h3, h4, h5, h6, textarea, input {
|
||||
font-family : "Helvetica Neue", Helvetica, sans-serif;
|
||||
font-weight : normal;
|
||||
}
|
||||
|
||||
a {
|
||||
font-family : inherit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue