faq.css: Remove overflow, padding and pre-line for body

Our own FAQ in particular was broken (too much spacing).
This commit is contained in:
Christian Dywan 2012-09-19 23:11:39 +02:00
parent 5f8cd5c12d
commit 4e786f10be
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,6 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger.
html, body {
width: 100% !important;
height: 100% !important;
overflow: auto !important;
margin: 0 !important;
padding: 0 !important;
}
@ -30,14 +29,13 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger.
-webkit-box-shadow: none !important;
width: auto !important;
word-wrap: break-word !important;
white-space: pre-line !important;
}
div, p {
padding: 5pt !important;
}
body, li {
li {
padding-left: 5pt !important;
}