Advertisement
wieseljonas

Untitled

Oct 6th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. /* Mobile Layout: 320px.
  2. Gutters: 24px.
  3. Outer margins: 34px.
  4. Inherits styles from: Default Layout.
  5. ---------------------------------------------
  6. cols 1 2 3
  7. px 68 160 252 */
  8.  
  9. body div.item-list-tabs ul li,
  10. body div.item-list-tabs ul li:first-child {
  11. margin: 0px 1px 2px 1px !important;
  12. float: left;
  13. width: 49%;
  14. }
  15. div.item-list-tabs ul li a,
  16. div.item-list-tabs ul li span {
  17. display: block;
  18. padding: 0px 8px 5px 0px;
  19. text-align: center;
  20. }
  21.  
  22. /* Wide Mobile Layout: 480px.
  23. Gutters: 24px.
  24. Outer margins: 22px.
  25. Inherits styles from: Default Layout, Mobile Layout.
  26. ------------------------------------------------------------
  27. cols 1 2 3 4 5
  28. px 68 160 252 344 436 */
  29.  
  30. body div.item-list-tabs ul li,
  31. body div.item-list-tabs ul li:first-child {
  32. margin: 0px 1px 2px 1px !important;
  33. float: left;
  34. width: 32.5%;
  35. }
  36. div.item-list-tabs ul li a,
  37. div.item-list-tabs ul li span {
  38. display: block;
  39. padding: 0px 8px 5px 0px;
  40. text-align: center;
  41. }
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement