Skip to content

Commit

Permalink
SAK-29089 - Add some better styling for blockquote tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm committed Feb 19, 2015
1 parent 8f55ae0 commit 7cb6597
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions reference/library/src/webapp/skin/tool_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1103,3 +1103,23 @@ span.nil a{
visibility: visible\9;
visibility: visible\10;
}

blockquote {
background: #f9f9f9;
border-left: 6px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 3em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}

0 comments on commit 7cb6597

Please sign in to comment.