made too wide content fit
This commit is contained in:
parent
a647274ce5
commit
2a401dcc2e
2 changed files with 12 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue