diff options
author | Jon Reid | 2012-01-27 16:15:38 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-01-29 13:29:33 -0800 |
commit | cb266a79c03968cf68efca015b2db8d6d221ac6d (patch) | |
tree | 8c25e301ec95f2f246070df49c219e476373e7f3 /_scss/imports/scss/_Components.scss | |
parent | 0dca2755c07f9928e9d9b0b7feace48edf969900 (diff) | |
download | ninja-cb266a79c03968cf68efca015b2db8d6d221ac6d.tar.gz |
Fixes to radio button base styles. Comment clean-up.
Diffstat (limited to '_scss/imports/scss/_Components.scss')
-rwxr-xr-x | _scss/imports/scss/_Components.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_scss/imports/scss/_Components.scss b/_scss/imports/scss/_Components.scss index 2fda5afc..c4182c73 100755 --- a/_scss/imports/scss/_Components.scss +++ b/_scss/imports/scss/_Components.scss | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | 7 | ||
8 | 8 | ||
9 | /* Begin: Styles for the Tree component */ | 9 | // Begin: Styles for the Tree component |
10 | 10 | ||
11 | .tree | 11 | .tree |
12 | { | 12 | { |
@@ -30,4 +30,4 @@ | |||
30 | -webkit-transition: -webkit-transform 0.05s linear; | 30 | -webkit-transition: -webkit-transform 0.05s linear; |
31 | } | 31 | } |
32 | 32 | ||
33 | /* End: styles for the Tree component */ \ No newline at end of file | 33 | // End: styles for the Tree component \ No newline at end of file |