Merge pull request #5887 from szlend/5874-fix-bold-links

Issue #5874 Fix styled links
This commit is contained in:
Steffen van Bergerem 2015-04-30 10:59:58 +02:00
commit 31bbfe8eab
2 changed files with 2 additions and 5 deletions

View file

@ -13,6 +13,7 @@
* Fix notification mails for limited posts [#5877](https://github.com/diaspora/diaspora/pull/5877) * 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) * 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) * 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 ## Features
* Hide post title of limited post in comment notification email [#5843](https://github.com/diaspora/diaspora/pull/5843) * Hide post title of limited post in comment notification email [#5843](https://github.com/diaspora/diaspora/pull/5843)

View file

@ -17,11 +17,7 @@
weight : normal; 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-family : "Helvetica Neue", Helvetica, sans-serif;
font-weight : normal; font-weight : normal;
} }
a {
font-family : inherit;
}