diff options
author | Jose Antonio Marquez | 2012-03-15 21:07:26 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-03-15 21:07:26 -0700 |
commit | a9cd3284a16619dae36122b92e21f888526364e4 (patch) | |
tree | 841fa86107e380336d2be5f29120b44fd98d7fbd /js/ninja.reel/ninja.css | |
parent | a295375178659345e03517f7eb20c22364f4ca4a (diff) | |
parent | bb6449a3a2adcbc1d109a042e4ee23e7b2614821 (diff) | |
download | ninja-a9cd3284a16619dae36122b92e21f888526364e4.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into FileIO
Diffstat (limited to 'js/ninja.reel/ninja.css')
-rwxr-xr-x | js/ninja.reel/ninja.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.css b/js/ninja.reel/ninja.css index 83c0e569..61251eff 100755 --- a/js/ninja.reel/ninja.css +++ b/js/ninja.reel/ninja.css | |||
@@ -7,3 +7,7 @@ | |||
7 | .main { | 7 | .main { |
8 | padding: 100px; | 8 | padding: 100px; |
9 | } | 9 | } |
10 | |||
11 | .hidden { | ||
12 | display: none; | ||
13 | } | ||