Advertisement
jan_dembowski

Yoko Child Theme style.css

Feb 7th, 2012
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /*
  2. Theme Name: Yoko Child Theme
  3. Author: Self-Help WordPress User
  4. Template: yoko
  5. */
  6.  
  7. @import url("../yoko/style.css");
  8.  
  9. /* Start child theme CSS here */
  10.  
  11. #content {
  12. width: 100%;
  13. float: left;
  14. margin-right: 4%
  15. }
  16. #secondary {
  17. display: none;
  18. }
  19. #tertiary {
  20. width: 21%;
  21. float: right;
  22. overflow: hidden;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement