diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -111,8 +111,8 @@ POSSIBILITY OF SUCH DAMAGE. | |||
111 | { | 111 | { |
112 | margin: 0 auto; | 112 | margin: 0 auto; |
113 | margin-top: 10%; | 113 | margin-top: 10%; |
114 | width: 675px; | 114 | width: 580px; |
115 | height: 420px; | 115 | height: 430px; |
116 | 116 | ||
117 | border-radius: 3px; | 117 | border-radius: 3px; |
118 | 118 | ||
@@ -139,7 +139,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
139 | position: relative; | 139 | position: relative; |
140 | width: 700px; | 140 | width: 700px; |
141 | top: -10px; | 141 | top: -10px; |
142 | margin: 30px; | 142 | margin: 0px 30px; |
143 | } | 143 | } |
144 | 144 | ||
145 | #splashScreenTextBlock p:first-child | 145 | #splashScreenTextBlock p:first-child |
@@ -304,6 +304,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
304 | <div id="ninja_logo"></div> | 304 | <div id="ninja_logo"></div> |
305 | 305 | ||
306 | <div id="splashScreenTextBlock" class="baseSplashScreenText"> | 306 | <div id="splashScreenTextBlock" class="baseSplashScreenText"> |
307 | <p class="mediumSplashScreenText">Ninja™</p> | ||
307 | <p class="mediumSplashScreenText">Version: <span id="splashScreenVersionNumber">0.0.0.0</span></p> | 308 | <p class="mediumSplashScreenText">Version: <span id="splashScreenVersionNumber">0.0.0.0</span></p> |
308 | <p>Copyright © 2012 Motorola Mobility LLC. All rights reserved.</p> | 309 | <p>Copyright © 2012 Motorola Mobility LLC. All rights reserved.</p> |
309 | <p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="splashScreenAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="splashScreenAnchor">other open source software</a>.</p> | 310 | <p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="splashScreenAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="splashScreenAnchor">other open source software</a>.</p> |