minesweeper/src/main/webapp/pages/mines-tablet-small.css
branchminesweeper
changeset 78 cc5da2ae3940
parent 71 3e372ded7adc
     1.1 --- a/minesweeper/src/main/webapp/pages/mines-tablet-small.css	Sat Feb 08 06:23:40 2014 +0100
     1.2 +++ b/minesweeper/src/main/webapp/pages/mines-tablet-small.css	Sat Feb 08 13:02:21 2014 +0100
     1.3 @@ -29,4 +29,25 @@
     1.4  }
     1.5  h1 {
     1.6      font-size: 18px;
     1.7 -}
     1.8 \ No newline at end of file
     1.9 +}
    1.10 + .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    1.11 +    float: left;
    1.12 + }
    1.13 +.col-md-6 {
    1.14 + width: 50%;
    1.15 +}
    1.16 +.col-md-5 {
    1.17 + width: 50%;
    1.18 +}
    1.19 +.col-md-4 {
    1.20 + width: 50%;
    1.21 +}
    1.22 +.col-md-3 {
    1.23 + width: 100%;
    1.24 +}
    1.25 +.col-md-2 {
    1.26 + width: 100%;
    1.27 +}
    1.28 +.col-md-1 {
    1.29 + width: 100%;
    1.30 +}