1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Fix @giffmex's themes

They just needed the `tw-body` class added to the body element.
This commit is contained in:
Jermolene 2013-11-09 10:53:16 +00:00
parent 2d0ff5f8a2
commit fbfdd80f9b
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;}