diff options
author | John Mayhew | 2012-02-16 17:25:30 -0800 |
---|---|---|
committer | John Mayhew | 2012-02-16 17:25:30 -0800 |
commit | 9bba936942dcc6cbda66d72110548e29866285d3 (patch) | |
tree | 97d5a13e7e7ea6723ee91cab68f1f4e8fc427a88 /css/ninja.css | |
parent | a66bf533daccc3b850b7af12d7fd335fbd406beb (diff) | |
parent | f0590347bc5fe810838b14a6035fbef35b5616c5 (diff) | |
download | ninja-9bba936942dcc6cbda66d72110548e29866285d3.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
Diffstat (limited to 'css/ninja.css')
-rwxr-xr-x | css/ninja.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/ninja.css b/css/ninja.css index 824a675a..96ae6caf 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -118,9 +118,9 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
118 | 118 | ||
119 | #sceneBar { height: 70px; background-color: #474747; } | 119 | #sceneBar { height: 70px; background-color: #474747; } |
120 | 120 | ||
121 | #mainContainer #rulerTop { background: url("../images/temp/ruler-top.png"); height: 15px; margin-bottom: 0px; display:none;} | 121 | #mainContainer #rulerTop { background: gray; height: 15px; margin-bottom: 0px; } |
122 | 122 | ||
123 | #rulerLeft { background: url("../images/temp/ruler-left.png"); width: 16px; display:none;} | 123 | #rulerLeft { background: gray; width: 16px; } |
124 | 124 | ||
125 | #stateBar { height: 20px; background-color: #282828; margin-bottom: 0px; } | 125 | #stateBar { height: 20px; background-color: #282828; margin-bottom: 0px; } |
126 | 126 | ||