basemod_sidebarbottom.css 305 B

12345678910111213141516
  1. /*
  2. Document : basemod_sidebarbottom
  3. Created on : 10.09.2012, 23:31:46
  4. Author : xwolf
  5. Description:
  6. Change position of sidebar to the bottom; Changing the width of the main
  7. content to 100%;
  8. */
  9. .content-primary {
  10. width: 100%;
  11. }
  12. .content-aside {
  13. width: 100%;
  14. }