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 /scss/imports | |
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 'scss/imports')
-rwxr-xr-x | scss/imports/scss/_PanelUI.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 |