A bit of inset on the left and right edge of welcome screen on iPad
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 05 Aug 2014 08:26:11 +0200
changeset 186541d0898da47
parent 184 d7b4941d09e9
child 187 85a71659c7f7
A bit of inset on the left and right edge of welcome screen on iPad
minesweeper/src/main/webapp/pages/index.html
     1.1 --- a/minesweeper/src/main/webapp/pages/index.html	Sun Jul 27 23:47:39 2014 +0200
     1.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Tue Aug 05 08:26:11 2014 +0200
     1.3 @@ -111,7 +111,7 @@
     1.4          </div>
     1.5  
     1.6      <div class="container" data-bind="visible: !fieldShowing()">
     1.7 -      <div class="row">
     1.8 +      <div>
     1.9          <div class="col-md-4">
    1.10            <h2>Minesweeper</h2>
    1.11            <p>
    1.12 @@ -155,7 +155,7 @@
    1.13         </div>
    1.14        </div>
    1.15      </div>
    1.16 -<div class="row" data-bind="visible: !fieldShowing()">
    1.17 +<div class="container" data-bind="visible: !fieldShowing()">
    1.18    <div class="col-sm-6 col-md-4">
    1.19      <div class="thumbnail">
    1.20          <img src="android_logo.jpg" width="120" height="120" alt="Android">