aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindex.html7
-rw-r--r--js/components/about-box.reel/about-box.css4
-rw-r--r--js/components/about-box.reel/about-box.html1
3 files changed, 7 insertions, 5 deletions
diff --git a/index.html b/index.html
index 6058408d..8c2de1f6 100755
--- a/index.html
+++ b/index.html
@@ -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&trade;</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 &copy 2012 Motorola Mobility LLC. All rights reserved.</p> 309 <p>Copyright &copy 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>
diff --git a/js/components/about-box.reel/about-box.css b/js/components/about-box.reel/about-box.css
index efce5107..462fd578 100644
--- a/js/components/about-box.reel/about-box.css
+++ b/js/components/about-box.reel/about-box.css
@@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
42.mainAboutBoxContainer 42.mainAboutBoxContainer
43{ 43{
44 width: 580px; 44 width: 580px;
45 height: 420px; 45 height: 430px;
46 46
47 border-radius: 3px; 47 border-radius: 3px;
48 48
@@ -67,7 +67,7 @@ POSSIBILITY OF SUCH DAMAGE.
67#aboutBoxTextBlock 67#aboutBoxTextBlock
68{ 68{
69 position: relative; 69 position: relative;
70 margin: 30px; 70 margin: 0px 30px;
71} 71}
72 72
73#aboutBoxTextBlock p:first-child 73#aboutBoxTextBlock p:first-child
diff --git a/js/components/about-box.reel/about-box.html b/js/components/about-box.reel/about-box.html
index a00748c8..68220086 100644
--- a/js/components/about-box.reel/about-box.html
+++ b/js/components/about-box.reel/about-box.html
@@ -49,6 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
49<div data-montage-id="mainAboutBoxContainer" class="mainAboutBoxContainer"> 49<div data-montage-id="mainAboutBoxContainer" class="mainAboutBoxContainer">
50 <div id="about_box_ninja_logo"></div> 50 <div id="about_box_ninja_logo"></div>
51 <div id="aboutBoxTextBlock" class="baseAboutBoxText"> 51 <div id="aboutBoxTextBlock" class="baseAboutBoxText">
52 <p class="mediumAboutBoxText">Ninja&trade;</p>
52 <p class="mediumAboutBoxText">Version: <span id="aboutBoxVersionNumber">0.0.0.0</span></p> 53 <p class="mediumAboutBoxText">Version: <span id="aboutBoxVersionNumber">0.0.0.0</span></p>
53 <p>Copyright &copy 2012 Motorola Mobility LLC. All rights reserved.</p> 54 <p>Copyright &copy 2012 Motorola Mobility LLC. All rights reserved.</p>
54 <p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="aboutBoxAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="aboutBoxAnchor">other open source software</a>.</p> 55 <p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="aboutBoxAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="aboutBoxAnchor">other open source software</a>.</p>