diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-14 15:55:54 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-14 15:55:54 -0400 |
commit | d8caa61be66db215f74e276dec73356531b7faf4 (patch) | |
tree | 8e017b124225357d9783d0fdcd878324ec354d98 /themes/base/jquery.ui.all.css | |
parent | 8a5d4ca3213e1e80fdbe51243ddaa27c8e618a73 (diff) | |
download | jquery-ui-d8caa61be66db215f74e276dec73356531b7faf4.tar.gz jquery-ui-d8caa61be66db215f74e276dec73356531b7faf4.zip |
All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.
Diffstat (limited to 'themes/base/jquery.ui.all.css')
-rw-r--r-- | themes/base/jquery.ui.all.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.all.css b/themes/base/jquery.ui.all.css index 6ee0fdf4a..0302dfb96 100644 --- a/themes/base/jquery.ui.all.css +++ b/themes/base/jquery.ui.all.css @@ -1,2 +1,11 @@ +/* + * jQuery UI CSS Framework @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming + */ @import "jquery.ui.base.css"; @import "jquery.ui.theme.css"; |