summaryrefslogtreecommitdiffstats
path: root/css/custom.css
diff options
context:
space:
mode:
authorJonathan Treffler <mail@jonathan-treffler.de>2020-08-10 16:23:36 +0200
committerSimon Spannagel <simonspa@kth.se>2021-12-16 20:22:57 +0100
commite28b6e1b4b93672d2e808531cbcbf96e9fcd8492 (patch)
treee9710841161c0a76edff32cc72117de55afc92f5 /css/custom.css
parent74374e2007257e2073ef6ae44302fafe24390c52 (diff)
removed old css
Signed-off-by: Jonathan Treffler <mail@jonathan-treffler.de>
Diffstat (limited to 'css/custom.css')
-rw-r--r--css/custom.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/css/custom.css b/css/custom.css
deleted file mode 100644
index 25a124b6d..000000000
--- a/css/custom.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Add your custom styles here
- */
-#app-content .custom-heise-de .body p > span:first-child {
- display: inline-block;
- float: left;
- margin-right: 10px;
- padding: 6px 0;
-}
-
-#app-content .custom-slashdot-org .body div > i {
- display: block;
- border-left: 1px solid rgb(210, 210, 210);
- margin: 25px 0;
- padding: 0 0 0 15px;
-}
-
-#app-content .custom-sueddeutsche-de .body img {
- float: none !important;
-}