Skip to content

Commit

Permalink
Remove block quote formatting. Better use bootstrap default.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed May 16, 2016
1 parent 33c8dae commit 53b3bce
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions data/_theme/resources/css/wiki.less
@@ -1,3 +1,5 @@
// out: wiki.css, sourcemap: true, compress: true

@import url('bootstrap.min.css');
@import url('bootstrap-theme.min.css');
@import url('font-awesome.min.css');
Expand Down Expand Up @@ -250,10 +252,6 @@ a:hover { color: #ffcb05; }

#content h2 { color: #0083cb; padding: 10px 0 5px; }

blockquote { padding: 10px 15px 0 15px; border: 1px solid #abe1ff; background: #FFF; margin: 5px 0 10px; }
blockquote h3 { padding: 0; border: 0; margin: 0; font-size: 12px; color: #0083cb }
blockquote p { padding: 0 0 10px; }

.code { font: 13px/20px bold "Courier New", Courier, monospace; }

.hi { background: #FFED3D; }
Expand Down Expand Up @@ -402,12 +400,6 @@ blockquote p { padding: 0 0 10px; }
color: inherit;
}

.content blockquote {
margin: .5em 2em;
font-style: italic;
text-align: justify;
}

.content ul, .content ol {
margin: 0pt 1.5em 1.5em;
}
Expand Down Expand Up @@ -454,7 +446,7 @@ div.alert {

.code {
font-family: @codeFont;
font-size: 1em;
font-size: .85em;
/*background: #555555 url(../images/noise.png);*/
margin: 16px 8px;
/*padding: 8px 8px;*/
Expand Down

0 comments on commit 53b3bce

Please sign in to comment.