diff options
author | Valerio Virgillito | 2012-07-16 11:27:08 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-16 11:27:08 -0700 |
commit | 663684254da6e2b21c7b5ac8fde4d9c628855bba (patch) | |
tree | 2ac4ad8718d558efc884ab4c415f8269e98895f4 /js/components/about-box.reel/about-box.css | |
parent | 0ede302f0568cf25498cfa0f2aa9ce3686e84add (diff) | |
parent | a74b401c33ad192cae2d71cbc79fdf55b06ab523 (diff) | |
download | ninja-663684254da6e2b21c7b5ac8fde4d9c628855bba.tar.gz |
Merge pull request #393 from mayhewinator/master
Trademark Update-Added trademarked Ninja app name to about box and splash screen
Diffstat (limited to 'js/components/about-box.reel/about-box.css')
-rw-r--r-- | js/components/about-box.reel/about-box.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 |