Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 31st, 2012  |  syntax: None  |  size: 1.03 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. CSS oddities: some properties not interpreted
  2. html {
  3.   background: #fff url('images/bg-top-honey-v3.0.jpg') top center repeat-x !important;
  4. }
  5.  
  6. #bd img {
  7.   margin: 0;
  8.   padding: 4px;
  9.   border: solid 1px #D9D9D9;
  10. }
  11.        
  12. img /* REMOVE THIS LINE*/
  13.  
  14. /* @import url('http://dev.gratefulhearttherapy.org/themes/gratefulheart/tabs.css'); */
  15. /* All CSS files above will be loaded from this single document. */
  16.  
  17. html {
  18.     margin: 0;
  19.     padding: 0;
  20.     /* background: #fff; #f9dc91 url(http://dev.gratefulhearttherapy.org/themes/gratefulheart/images/background-sandish-tile.jpg) !important; */ /* #F9D984; */ /* customize_background_color */
  21.     background: #fff url('http://dev.gratefulhearttherapy.org/themes/gratefulheart/images/bg-top-honey-v3.0.jpg') top center repeat-x !important;
  22. }
  23.        
  24. /********************************
  25. *********************************
  26. *       $$ GENERAL TYPES
  27. ********************************/
  28. ******************************** /* REMOVE THIS LINE */
  29.  
  30. #bd img {
  31.     margin: 0;
  32.     padding: 4px;
  33.     border: solid 1px #D9D9D9;
  34. }