diff options
author | Armen Kesablyan | 2012-03-30 13:25:20 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-03-30 13:25:20 -0700 |
commit | 5a5d0f68dd82b829405a0b301dd11b4cf385c8d5 (patch) | |
tree | 99764facd7cf65d4d5f5761aba3995e0e0eee523 /css | |
parent | e6299d0965d669cd296de1b2ffc1b30734ead43b (diff) | |
download | ninja-5a5d0f68dd82b829405a0b301dd11b4cf385c8d5.tar.gz |
Bug #1060: Fixed CSS Lint issue
Signed-off-by: Armen Kesablyan <armen@motorola.com>
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 c4015a21..650f3b08 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -604,7 +604,7 @@ button.panel-button { -webkit-appearance: none; font-size: 9px; color: white; ba | |||
604 | 604 | ||
605 | .pp_strokelabel { border: none; margin: -1px 8px 0px 27px; } | 605 | .pp_strokelabel { border: none; margin: -1px 8px 0px 27px; } |
606 | 606 | ||
607 | .pp_filllabel { border-width: none; margin: -1px 8px 0px 34px; } | 607 | .pp_filllabel { border: none; margin: -1px 8px 0px 34px; } |
608 | 608 | ||
609 | .panels { display: -webkit-box; position: absolute; -webkit-box-orient: vertical; -webkit-box-align: stretch; height: 100%; width: 100%; overflow: hidden; } | 609 | .panels { display: -webkit-box; position: absolute; -webkit-box-orient: vertical; -webkit-box-align: stretch; height: 100%; width: 100%; overflow: hidden; } |
610 | 610 | ||