8
0
Fork 0

CSS Tweaking, fixes #323

Dieser Commit ist enthalten in:
Stéphane Goetz 2015-10-21 23:46:32 +02:00
Ursprung 9497be3817
Commit f96659fc6f
5 geänderte Dateien mit 10 neuen und 7 gelöschten Zeilen

Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist

Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist

Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist

Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist

Datei anzeigen

@ -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;