From fbfdd80f9b0f2ed4edc597eda42837cb55da0756 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 9 Nov 2013 10:53:16 +0000 Subject: [PATCH] Fix @giffmex's themes They just needed the `tw-body` class added to the body element. --- themes/giffmex/blanca/styles.tid | 2 +- themes/giffmex/blue/styles.tid | 2 +- themes/giffmex/rocker/styles.tid | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/giffmex/blanca/styles.tid b/themes/giffmex/blanca/styles.tid index fa1f12b27..714e6b9a0 100644 --- a/themes/giffmex/blanca/styles.tid +++ b/themes/giffmex/blanca/styles.tid @@ -1,7 +1,7 @@ title: $:/themes/giffmex/blanca/styles tags: [[$:/tags/stylesheet]] -html body { +html body.tw-body { font-size:14px; line-height:20px; background-color:#ffffff; diff --git a/themes/giffmex/blue/styles.tid b/themes/giffmex/blue/styles.tid index 25611bf71..da6105fbb 100644 --- a/themes/giffmex/blue/styles.tid +++ b/themes/giffmex/blue/styles.tid @@ -1,7 +1,7 @@ title: $:/themes/giffmex/blue/styles tags: [[$:/tags/stylesheet]] -html body { +html body.tw-body { font-size:14px; line-height:20px; background-color:#ddddff; diff --git a/themes/giffmex/rocker/styles.tid b/themes/giffmex/rocker/styles.tid index ade75c27d..8ccac71e7 100644 --- a/themes/giffmex/rocker/styles.tid +++ b/themes/giffmex/rocker/styles.tid @@ -1,7 +1,7 @@ title: $:/themes/giffmex/rocker/styles tags: [[$:/tags/stylesheet]] -html body { font-size:14px;line-height:20px; background-color:#000000;} +html body.tw-body { font-size:14px;line-height:20px; background-color:#000000;} html .tw-page-controls {background-color:#000000; padding:8px;} html .title {color: #cc0000;}