diff options
| author | 2014-07-14 19:35:31 +0200 | |
|---|---|---|
| committer | 2014-07-14 19:35:31 +0200 | |
| commit | 5d7deb6d254a304c88c3c7969113127b48f76ef9 (patch) | |
| tree | 16a6ce1ff5007c6a10d0abde1e74e353d35aa932 | |
| parent | 5a7e6020057a0df5b03e5a1496bc25ccf52fface (diff) | |
CSS: Bug dancing titles
https://github.com/marienfressinaud/FreshRSS/issues/534
Tested on Firefox 31 (Win8), Firefox 30 (Ubuntu), IE11, Chrome 36
| -rw-r--r-- | p/themes/Flat/flat.css | 3 | ||||
| -rw-r--r-- | p/themes/Origine/origine.css | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 9784c3460..4ae3e98e9 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -645,9 +645,6 @@ a.btn { font-size: 0.7rem; color: #666; } -.flux:not(.current):hover .item.title { - top: 1px; -} .flux .bottom { font-size: 0.8rem; diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 60ad468a7..0b95e2d70 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -701,9 +701,6 @@ a.btn { color: #666; font-size: 0.7rem; } -.flux:not(.current):hover .item.title { - top: 1px; -} .flux .bottom { font-size: 0.8rem; |
