Advertisement
srikat

Untitled

Nov 17th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. .site-header {
  2.     display: none;
  3. }
  4.  
  5. .header-image {
  6.     margin-top: 0;
  7.     margin-bottom: 0;
  8. }
  9.  
  10. body.header-image {
  11.     padding-top: 0;
  12. }
  13.  
  14. div.header-image img {
  15.     margin-bottom: 0;
  16. }
  17.  
  18. div.header-image {
  19.     text-align: center;
  20. }
  21.  
  22. .nav-secondary {
  23.     padding-top: 0;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement