CSS Tweaking, fixes #323

This commit is contained in:
Stéphane Goetz 2015-10-21 23:46:32 +02:00
parent 9497be3817
commit f96659fc6f
5 changed files with 10 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -216,7 +216,7 @@ pre {
}
.page-header, blockquote,
p, ul, ol, dl, h2, h3, h4, h5, h6 {
p, ul, ol, dl, h2, h3, h4, h5, h6, hr {
float: left;
clear: left;
width: 47%;
@ -232,12 +232,16 @@ pre {
//border-top: 1px solid @dark;
}
p, ul, ol, dl, h2, h3, h4, h5, h6, pre {
p, ul, ol, dl, h2, h3, h4, h5, h6, pre, hr {
float: none;
display: block;
}
}
hr {
border-color: #ddd;
}
// Paragraphs and code inside lists and
// blockquotes should have 100% width
li, blockquote {
@ -275,7 +279,6 @@ table {
th, td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid @lines;
border-left: 1px solid @lines;