You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

global.css 327B

1234567891011121314151617181920212223
  1. body {
  2. background: #222;
  3. color: #eee;
  4. font-family: sans-serif;
  5. line-height: 1.3;
  6. }
  7. blockquote {
  8. margin: 0px;
  9. padding: 10px;
  10. margin-left: 10px;
  11. border-left: 5px solid grey;
  12. padding-left: 10px;
  13. background-color: #333;
  14. }
  15. blockquote *:first-child {
  16. margin-top: 0px;
  17. }
  18. blockquote *:last-child {
  19. margin-bottom: 0px;
  20. }