You are here

quote.css in Quote 6.2

Same filename and directory in other branches
  1. 5 quote.css
  2. 6 quote.css
  3. 7 quote.css
.quote-msg, .quote-snip {
  margin: 1em 2em 1em 2em;
  padding: 1em;
  border: 1px solid #DDD;
  background-color: #F6F6F6;
}
.quote-author {
  display: block;
  font-weight: bold;
  margin: 0 0 1em 0;
}
.quote-snip {
  text-align: center;
}

File

quote.css
View source
  1. .quote-msg, .quote-snip {
  2. margin: 1em 2em 1em 2em;
  3. padding: 1em;
  4. border: 1px solid #DDD;
  5. background-color: #F6F6F6;
  6. }
  7. .quote-author {
  8. display: block;
  9. font-weight: bold;
  10. margin: 0 0 1em 0;
  11. }
  12. .quote-snip {
  13. text-align: center;
  14. }