Skip to content

Commit

Permalink
CSS: Style blockquote
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent 65a2b53 commit b1c48c0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions public/css/icinga/base.less
Expand Up @@ -25,6 +25,15 @@ a {
}
}

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

body {
background-color: @body-bg-color;
color: @text-color;
Expand All @@ -35,14 +44,14 @@ body {

h1 {
font-size: 18px;
line-height: 22px;
font-weight: normal;
line-height: 22px;
}

h2 {
font-size: 16px;
line-height: 19px;
font-weight: normal;
line-height: 19px;
}

p {
Expand Down

0 comments on commit b1c48c0

Please sign in to comment.