diff options
author | Valerio Virgillito | 2012-07-16 11:27:34 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-16 11:27:34 -0700 |
commit | 289e821c819d0fded21b97ec6e4ed27dd6f30ab4 (patch) | |
tree | 1712a3db150dbcafb0f8d97811f5ea6631e85348 /js/components/about-box.reel/about-box.css | |
parent | 318b3d99749c8620114eb5abae690901b9197bd2 (diff) | |
parent | 663684254da6e2b21c7b5ac8fde4d9c628855bba (diff) | |
download | ninja-289e821c819d0fded21b97ec6e4ed27dd6f30ab4.tar.gz |
Merge branch 'refs/heads/master' into v0.7.1
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 |