You are here

quote.css in Quote 7

Same filename and directory in other branches
  1. 5 quote.css
  2. 6.2 quote.css
  3. 6 quote.css
.quote-author {
  display: inline;
  margin: 0 0 1em 0;
  font-weight: bold;
}

.quote-msg, .quote-snip {
  padding: 1em;
  border: 1px solid #DDD;
  background-color: #F6F6F6;
}

.quote-snip {
  text-align: center;
}

File

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