Advertisement
Guest User

Untitled

a guest
Mar 4th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.87 KB | None | 0 0
  1. @media only screen and (min-width: 480px) {
  2.   /* line 142, ../../app/assets/stylesheets/grid.css.scss */
  3.   body {
  4.     background-color: yellow;
  5.   }
  6.  
  7.   /* line 146, ../../app/assets/stylesheets/grid.css.scss */
  8.   .container {
  9.     position: relative;
  10.     width: 600px;
  11.     margin: 0 auto;
  12.     padding: 0;
  13.   }
  14.   /* line 149, ../../app/assets/stylesheets/grid.css.scss */
  15.   .container .column, .container .columns {
  16.     float: left;
  17.     display: inline;
  18.     margin: 0 10px;
  19.   }
  20.   /* line 153, ../../app/assets/stylesheets/grid.css.scss */
  21.   .container .one.column, .container .one.columns {
  22.     width: 5%;
  23.   }
  24.   /* line 154, ../../app/assets/stylesheets/grid.css.scss */
  25.   .container .two.columns {
  26.     width: 13.333%;
  27.   }
  28.   /* line 155, ../../app/assets/stylesheets/grid.css.scss */
  29.   .container .three.columns {
  30.     width: 21.667%;
  31.   }
  32.   /* line 156, ../../app/assets/stylesheets/grid.css.scss */
  33.   .container .four.columns {
  34.     width: 30%;
  35.   }
  36.   /* line 157, ../../app/assets/stylesheets/grid.css.scss */
  37.   .container .five.columns {
  38.     width: 38.333%;
  39.   }
  40.   /* line 158, ../../app/assets/stylesheets/grid.css.scss */
  41.   .container .six.columns {
  42.     width: 46.667%;
  43.   }
  44.   /* line 159, ../../app/assets/stylesheets/grid.css.scss */
  45.   .container .seven.columns {
  46.     width: 55.0%;
  47.   }
  48.   /* line 160, ../../app/assets/stylesheets/grid.css.scss */
  49.   .container .eight.columns {
  50.     width: 63.333%;
  51.   }
  52.   /* line 161, ../../app/assets/stylesheets/grid.css.scss */
  53.   .container .nine.columns {
  54.     width: 71.667%;
  55.   }
  56.   /* line 162, ../../app/assets/stylesheets/grid.css.scss */
  57.   .container .ten.columns {
  58.     width: 80%;
  59.   }
  60.   /* line 163, ../../app/assets/stylesheets/grid.css.scss */
  61.   .container .eleven.columns {
  62.     width: 88.333%;
  63.   }
  64.   /* line 164, ../../app/assets/stylesheets/grid.css.scss */
  65.   .container .twelve.columns {
  66.     width: 96.667%;
  67.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement