# File lib/padrino-contrib/helpers/jquery.rb, line 17
          def stylesheet_link_tag_jquery(options={})
            theme = options.delete(:theme) || :smoothness
            version = options.delete(:version) || '1.8.16'

            stylesheet_link_tag('http://ajax.googleapis.com/ajax/libs/jqueryui/%s/themes/%s/jquery-ui.css' % [version, theme], options)
          end