[epiphany/wip/snwh/reader-css] ephy-reader: put changes in stylesheet header; a couple other minor edits
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/snwh/reader-css] ephy-reader: put changes in stylesheet header; a couple other minor edits
- Date: Fri, 17 Dec 2021 17:09:32 +0000 (UTC)
commit eae3cd3357ad9c7f621fc8c66fc187ea4a2858c6
Author: Sam Hewitt <sam snwh org>
Date: Fri Dec 17 13:39:24 2021 -0330
ephy-reader: put changes in stylesheet header; a couple other minor edits
third-party/readability/reader.css | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/third-party/readability/reader.css b/third-party/readability/reader.css
index 2595cff4b..09eff6042 100644
--- a/third-party/readability/reader.css
+++ b/third-party/readability/reader.css
@@ -19,12 +19,18 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
*
- * Changes
+ * Changes:
* - replace Firefox specific css extensions with WebKit css extensions
* - append FeedView css selectors
*
* - Adjusted for Epiphany (Removing footer)
*
+ * - updated all the colours to use css variables
+ * - added styling for of tables
+ * - updates font-families to use common fonts
+ * - switch to using em units where it makes sense
+ * - fixed lack of link styling
+ *
* Notes:
*
* - WCAG 2.0 level AA recommends at least 4.5 for normal text, 3 for large
@@ -85,7 +91,7 @@
}
-html{
+html {
width: 95%;
margin: 0 2.5%;
}
@@ -226,7 +232,7 @@ ol {
}
li {
- margin: 0 0 1em 0;
+ margin: 0 0 0.5em 0;
}
table,
@@ -279,4 +285,4 @@ body mark {
/* Force hiding elements with navigation role */
[role=navigation] {
display: none;
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]