Float View fixes

Fixes #15
Fixes #3
This commit is contained in:
LeoColomb 2014-02-16 15:06:21 +01:00
parent 054e8f3a3b
commit 69af0ec703
5 changed files with 6 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

@ -101,7 +101,7 @@ code {
color: @dark;
font-size: 15px;
text-shadow: none;
border-top: 1px solid @lines;
border-color: @lines;
&:hover {
color: @dark;
@ -239,7 +239,7 @@ pre {
padding: 0px;
}
.page-header,
.page-header, blockquote,
p, ul, ol, dl, h2, h3, h4, h5, h6 {
float: left;
clear: left;
@ -249,7 +249,6 @@ pre {
background-color: white;
&:before {
content: "";
width: 100%;
height: 10px;
display: block;