You are here

quote.css in Quote 6

Same filename and directory in other branches
  1. 5 quote.css
  2. 6.2 quote.css
  3. 7 quote.css
.quote-msg {
  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;
}

File

quote.css
View source
  1. .quote-msg {
  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. }