made too wide content fit

This commit is contained in:
Anika Henke 2012-01-22 13:56:13 +00:00
parent a647274ce5
commit 2a401dcc2e
2 changed files with 12 additions and 0 deletions

View file

@ -154,6 +154,10 @@ img {
font-style: italic; font-style: italic;
} }
img, object {
max-width: 100%;
}
hr { hr {
border-style: solid; border-style: solid;
border-width: 1px 0 0; border-width: 1px 0 0;
@ -178,6 +182,7 @@ pre, code, samp, kbd {
} }
pre { pre {
overflow: auto; overflow: auto;
word-wrap: normal;
} }
blockquote { blockquote {

View file

@ -164,6 +164,11 @@
line-height: 1.2; line-height: 1.2;
} }
#dokuwiki__aside .pad {
overflow: hidden;
word-wrap: break-word;
}
/* make sidebar more condensed */ /* make sidebar more condensed */
#dokuwiki__aside h1 { margin-bottom: .222em; } #dokuwiki__aside h1 { margin-bottom: .222em; }
@ -190,6 +195,8 @@
********************************************************************/ ********************************************************************/
.dokuwiki .page { .dokuwiki .page {
overflow: hidden;
word-wrap: break-word;
} }
#mediamanager__page h2, #mediamanager__page h2,