Tip: Click lines to highlight, hold ctrl/cmd to multi-select

http://codedumper.com/ewede (17-Sep @ 04:19)

Syntax Highlighted Code

  1. h2.contentheading, .contentheading {
  2.     padding: 5px 0 8px;
  3.     margin: 0;
  4.     font-weight: normal;
  5. }
  6.  
  7. table.blog .contentheading {
  8.     font-size: 150%;
  9. }
  10.  
  11. .contentheading {
  12.     font-size: 200%;
  13. }
  14.  
  15. a.contentpagetitle,
  16. a.contentpagetitle:hover,
  17. a.contentpagetitle:active,
  18. a.contentpagetitle:focus {
  19.     text-decoration: none !important;
  20. }

Plain Code

h2.contentheading, .contentheading {
    padding: 5px 0 8px;
    margin: 0;
    font-weight: normal;
}

table.blog .contentheading {
    font-size: 150%;
}

.contentheading {
    font-size: 200%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
    text-decoration: none !important;
}

Permalink: http://codedumper.com/ewede