diff options
author | Valerio Virgillito | 2012-02-09 16:37:52 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-09 16:37:52 -0800 |
commit | f0a833b589cd3bcd3ba26037070c06e945ef6e29 (patch) | |
tree | 298364e9e45740860a3b59980e88e01cd00fffb2 /css | |
parent | c8720030e315d8c440354f54cf48f0c1464d72cb (diff) | |
download | ninja-f0a833b589cd3bcd3ba26037070c06e945ef6e29.tar.gz |
Removing the un-used context menu style
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'css')
-rw-r--r-- | css/ninja.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/css/ninja.css b/css/ninja.css index ba434f42..d81ea5b1 100644 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -164,8 +164,6 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
164 | 164 | ||
165 | #rightPanelContent { overflow-y: hidden; } | 165 | #rightPanelContent { overflow-y: hidden; } |
166 | 166 | ||
167 | .contextMenu { position: absolute; z-index: 999; } | ||
168 | |||
169 | #openDocumentsTabComponent { height: 25px; position: relative; overflow: hidden; color: white; } | 167 | #openDocumentsTabComponent { height: 25px; position: relative; overflow: hidden; color: white; } |
170 | 168 | ||
171 | #openDocuments { float: left; height: 25px; width: 100%; font-size: 12px; list-style: none; margin: 0; padding: 0; position: relative; text-decoration: none; } | 169 | #openDocuments { float: left; height: 25px; width: 100%; font-size: 12px; list-style: none; margin: 0; padding: 0; position: relative; text-decoration: none; } |