Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Long <self@brendanlong.com>2017-10-10 20:23:08 +0300
committerBrendan Long <self@brendanlong.com>2017-10-10 20:23:08 +0300
commit804018e5be91377942c78faffd88f8a0231b85b7 (patch)
treef1a29b058e0b7e550b097b3a871e81d92e93d3c5
parente2582ee922db26359b74804898eb66cbb6d4b07e (diff)
Remove figure and image border in default theme
-rw-r--r--data/ArticleView/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/ArticleView/style.css b/data/ArticleView/style.css
index ff1ac739..fcb0199b 100644
--- a/data/ArticleView/style.css
+++ b/data/ArticleView/style.css
@@ -399,6 +399,12 @@ body.theme.default {
background: white;
}
+footer,
+iframe,
+img,
+figure {
+ border: none;
+}
/* MIDNIGHT THEME -- also default dark */