Skip to content

Commit

Permalink
Tweak font size in blockquote's inner p element
Browse files Browse the repository at this point in the history
  • Loading branch information
reyesyang committed Jun 6, 2012
1 parent d649abf commit 3e8c3d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/bootstrap_and_overrides.css.less
Expand Up @@ -25,6 +25,12 @@ a:hover {
text-decoration: none;
}

blockquote {
p {
font-size: 1em;
}
}

.label:hover {
background-color: @mainRedColor;
text-decoration: none;
Expand Down

0 comments on commit 3e8c3d6

Please sign in to comment.