minesweeper/src/main/webapp/pages/mines.css
branchminesweeper
changeset 77 b344caeda33f
parent 75 4eb79fa3434a
child 104 ede62082c40b
     1.1 --- a/minesweeper/src/main/webapp/pages/mines.css	Sat Feb 08 09:25:53 2014 +0100
     1.2 +++ b/minesweeper/src/main/webapp/pages/mines.css	Sat Feb 08 12:12:39 2014 +0100
     1.3 @@ -28,6 +28,11 @@
     1.4  .log {
     1.5      margin-bottom: 10px;
     1.6  }
     1.7 +
     1.8 +.jumbotron {
     1.9 +    background-color: #fafafa;
    1.10 +}
    1.11 +
    1.12  table.field {
    1.13  }
    1.14  table.field td {
    1.15 @@ -39,9 +44,6 @@
    1.16      text-align: center;
    1.17      font-size:4em;
    1.18  }
    1.19 -.container {
    1.20 -    margin:10px;
    1.21 -}
    1.22  
    1.23  table.field td.UNKNOWN {
    1.24      background-color: #D6E4E1;
    1.25 @@ -82,7 +84,3 @@
    1.26      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    1.27      color: white;
    1.28  }
    1.29 -h1 {
    1.30 -    font-size: 29px;
    1.31 -    line-height: initial;
    1.32 -}