# File lib/Borges/HTML/HtmlBuilder.rb, line 265
  def style_link(url)
    @attributes[:rel] = 'stylesheet'
    @attributes[:type] = 'text/css'
    @attributes[:href] = url
    @attributes[:media] = 'all'
    head_tag(:link)
  end