Advertisement
Guest User

Untitled

a guest
Dec 4th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Eleven Child
  3. Theme URI: http://flourished.com.au
  4. Description: Child theme for the Twenty Eleven theme
  5. Author: Jimmy Porich
  6. Author URI: http://flourished.com.au
  7. Template: twentyeleven
  8. Version: 0.1.0
  9. */
  10.  
  11. @import url("../twentyeleven/style.css");
  12.  
  13. #body {
  14. background-color: #FFF !important;
  15. font: Arial, Helvetica, sans-serif;
  16. }
  17.  
  18. .content p {
  19. font:Arial, Helvetica, sans-serif;
  20. }
  21.  
  22. #page {
  23. background: #fff;
  24. }
  25.  
  26. #site-generator {
  27. background: #fff;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement