summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-22 19:43:13 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-22 19:43:13 +0200
commitd9ee59f999d5221b961bfc7519c83ce27a7d8367 (patch)
tree0fdca1c640f995c5701195ee8dbd050671be8b58
parent9695a27741335502509490e21096dad92a141ea7 (diff)
parent6c48675a3049659731327066b9e5cf6bab1cffbe (diff)
Merge branch 'FreshRSS/dev' into cli
-rw-r--r--CHANGELOG.md1
-rw-r--r--p/themes/base-theme/template.css6
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84db24290..c35b3b578 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,7 @@
* I18n
* Fix some messages during installation [#1339](https://github.com/FreshRSS/FreshRSS/pull/1339)
* UI
+ * Fix CSS line-height bug with `<sup>` in dates (English, Russian, Turkish) [#1340](https://github.com/FreshRSS/FreshRSS/pull/1340)
* Download icon 💾 for podcasts [#1236](https://github.com/FreshRSS/FreshRSS/issues/1236)
* SimplePie
* Fix auto-discovery of RSS feeds in Web pages served as `text/xml` [#1264](https://github.com/FreshRSS/FreshRSS/issues/1264)
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 5b3389129..cc36c3ffa 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -44,6 +44,12 @@ p {
margin: 1em 0 0.5em;
font-size: 1em;
}
+sup {
+ line-height: 25px;
+ position: relative;
+ top: -0.8em;
+ vertical-align: baseline;
+}
/*=== Images */
img {