On small screens use only icon instead of full Minesweeper text
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 19 Jul 2014 17:46:12 +0200
changeset 175d39729fe7b76
parent 174 a57b2414b855
child 176 1e482b09b814
On small screens use only icon instead of full Minesweeper text
minesweeper/src/main/webapp/pages/DukeSweeper.png
minesweeper/src/main/webapp/pages/index.html
     1.1 Binary file minesweeper/src/main/webapp/pages/DukeSweeper.png has changed
     2.1 --- a/minesweeper/src/main/webapp/pages/index.html	Thu Jul 17 08:23:25 2014 +0200
     2.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Sat Jul 19 17:46:12 2014 +0200
     2.3 @@ -52,7 +52,10 @@
     2.4      <body>
     2.5          <div class="navbar">
     2.6              <div class="navbar-inner">
     2.7 -                <a id="apptitle" class="brand" href="#" data-bind="click: showHelp">Minesweeper</a>
     2.8 +                <a id="apptitle" class="brand" href="#" data-bind="click: showHelp">
     2.9 +                    <img height="20" width="20" src="DukeSweeper.png">
    2.10 +                    <span class="hidden-phone">Minesweeper</span>
    2.11 +                </a>
    2.12                  <button class="btn btn-default navbar-btn" disabled="true" data-bind="disable: false, click: normalGame">
    2.13                      <span>&#x21bb;</span>
    2.14                      <span class="hidden-phone">New Game!</span>