Advertisement
Guest User

Untitled

a guest
Dec 14th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. /******************************************
  2. CUSTOM STYLESHEET
  3. *******************************************/
  4.  
  5. /*
  6. * You can place your custom CSS statements in this file, after this message.
  7. * It is better to write everything custom here
  8. * because this file won't be replaced during updates.
  9. *
  10. * Simply copy an existing style from style.css to this file,
  11. * and modify it to your liking.
  12. */
  13.  
  14. div.right {
  15. border-left: 1px solid black;
  16. float: right;
  17. padding-left: 10px;
  18. width: 40%;
  19. }
  20.  
  21. #preheader {
  22. margin-bottom: 0;
  23. }
  24.  
  25. #header {
  26. padding: 0;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement