From 2a401dcc2e306bee256ebf802c94e68bdcd33bbf Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 22 Jan 2012 13:56:13 +0000 Subject: [PATCH] made too wide content fit --- css/basic.css | 5 +++++ css/design.css | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/css/basic.css b/css/basic.css index eba5083..ddf681c 100644 --- a/css/basic.css +++ b/css/basic.css @@ -154,6 +154,10 @@ img { font-style: italic; } +img, object { + max-width: 100%; +} + hr { border-style: solid; border-width: 1px 0 0; @@ -178,6 +182,7 @@ pre, code, samp, kbd { } pre { overflow: auto; + word-wrap: normal; } blockquote { diff --git a/css/design.css b/css/design.css index 1f304bf..a17b61e 100644 --- a/css/design.css +++ b/css/design.css @@ -164,6 +164,11 @@ line-height: 1.2; } +#dokuwiki__aside .pad { + overflow: hidden; + word-wrap: break-word; +} + /* make sidebar more condensed */ #dokuwiki__aside h1 { margin-bottom: .222em; } @@ -190,6 +195,8 @@ ********************************************************************/ .dokuwiki .page { + overflow: hidden; + word-wrap: break-word; } #mediamanager__page h2,