diff options
author | Valerio Virgillito | 2012-02-27 10:51:15 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-27 10:51:15 -0800 |
commit | da60be29baab67440535b6b2b71fe7de989dfed0 (patch) | |
tree | 3cda434387f2aa6744808b2b0b4e7571d6d3a467 /css | |
parent | a5d635a29de97a7daa93b9036d7a7dce48f07670 (diff) | |
parent | 72baf1c366829ada6858097dd7553ee9988d6110 (diff) | |
download | ninja-da60be29baab67440535b6b2b71fe7de989dfed0.tar.gz |
Merge branch 'local-storage-version' of https://github.com/mencio/ninja-internal into integration-candidate
Diffstat (limited to 'css')
-rwxr-xr-x | css/ninja.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/ninja.css b/css/ninja.css index f085f6be..7baf4204 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -82,7 +82,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
82 | 82 | ||
83 | #bottomPanelContainer { background: transparent; height: 150px; min-height: 80px; max-height: 50%; overflow: auto; } | 83 | #bottomPanelContainer { background: transparent; height: 150px; min-height: 80px; max-height: 50%; overflow: auto; } |
84 | 84 | ||
85 | .panelContainer { display: block; -webkit-box-orient: vertical; position: relative; } | 85 | .panelContainer { display: -webkit-box; -webkit-box-orient: vertical; position: relative; } |
86 | 86 | ||
87 | #leftPanelContainer { width: 40px; -webkit-box-align: stretch; -webkit-box-sizing: border-box; margin-left: 2px; } | 87 | #leftPanelContainer { width: 40px; -webkit-box-align: stretch; -webkit-box-sizing: border-box; margin-left: 2px; } |
88 | 88 | ||