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 | |
parent | e6299d0965d669cd296de1b2ffc1b30734ead43b (diff) | |
download | ninja-5a5d0f68dd82b829405a0b301dd11b4cf385c8d5.tar.gz |
Bug #1060: Fixed CSS Lint issue
Signed-off-by: Armen Kesablyan <armen@motorola.com>
-rwxr-xr-x | css/ninja.css | 2 | ||||
-rwxr-xr-x | scss/imports/scss/_PanelUI.scss | 2 |
2 files changed, 2 insertions, 2 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 | ||
diff --git a/scss/imports/scss/_PanelUI.scss b/scss/imports/scss/_PanelUI.scss index f76d3e20..d60dae59 100755 --- a/scss/imports/scss/_PanelUI.scss +++ b/scss/imports/scss/_PanelUI.scss | |||
@@ -1088,7 +1088,7 @@ button.panel-button { | |||
1088 | margin: -1px 8px 0px 27px; | 1088 | margin: -1px 8px 0px 27px; |
1089 | } | 1089 | } |
1090 | .pp_filllabel{ | 1090 | .pp_filllabel{ |
1091 | border-width: none; | 1091 | border: none; |
1092 | margin: -1px 8px 0px 34px; | 1092 | margin: -1px 8px 0px 34px; |
1093 | } | 1093 | } |
1094 | // End Styles for DivPIProperties | 1094 | // End Styles for DivPIProperties |