From a3c6cfdd782a88926b397572f950aa50d2ba5ec8 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 27 Nov 2012 22:27:36 +0000 Subject: [PATCH] Fixed width for cecily view --- core/styles/tiddlywiki.css | 2 +- cssbuild/tiddlywiki.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/styles/tiddlywiki.css b/core/styles/tiddlywiki.css index 6810003d4..8a51a57f2 100644 --- a/core/styles/tiddlywiki.css +++ b/core/styles/tiddlywiki.css @@ -6090,7 +6090,7 @@ a.tw-tiddlylink-missing { } .tw-zoomable .tw-tiddler-frame { - width: auto; + width: 400px; padding: 30px 30px 30px 30px; margin: 0 0px 0px 0px; background-color: #fff; diff --git a/cssbuild/tiddlywiki.less b/cssbuild/tiddlywiki.less index 13cce891c..571cb90a7 100644 --- a/cssbuild/tiddlywiki.less +++ b/cssbuild/tiddlywiki.less @@ -200,7 +200,7 @@ a.tw-tiddlylink-missing { padding: 30px 30px 30px 30px; .box-shadow(1px 1px 6px rgba(0,0,0,0.4)); background-color: #fff; - width: auto; + width: 400px; } .tw-menu-list-item {