Skip to content

Commit

Permalink
CSS: Increase readability of blockquote
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent 804eaeb commit 31ab3da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/css/icinga/base.less
Expand Up @@ -34,11 +34,10 @@ a {
}

blockquote {
border-left: 6px solid @gray-light;
border-left: 6px solid @text-color-light;
color: @text-color-light;
// Reset default margin
margin: 0;
font-family: @font-family-fixed;
margin: @vertical-padding 0 @vertical-padding / 2;
padding: @vertical-padding @horizontal-padding;
}

Expand Down

0 comments on commit 31ab3da

Please sign in to comment.