Sha256: a1bc7ac977cd6fdcfdc6de0a28a51b0e1e638fc235b8a43faeaa0b1b9665fe7b

Contents?: true

Size: 254 Bytes

Versions: 11

Compression:

Stored size: 254 Bytes

Contents

module BootstrapEmail
  module Converter
    class Table < Base
      def build
        each_node('table') do |node|
          node['border'] = 0
          node['cellpadding'] = 0
          node['cellspacing'] = 0
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bootstrap-email-1.1.4 lib/bootstrap-email/converters/table.rb
bootstrap-email-1.1.3 lib/bootstrap-email/converters/table.rb
bootstrap-email-1.1.2 lib/bootstrap-email/converters/table.rb
bootstrap-email-1.1.1 lib/bootstrap-email/converters/table.rb
bootstrap-email-1.1.0 lib/bootstrap-email/converters/table.rb
bootstrap-email-1.0.2 lib/bootstrap-email/converters/table.rb
bootstrap-email-1.0.1 lib/bootstrap-email/converters/table.rb
bootstrap-email-1.0.0 lib/bootstrap-email/converters/table.rb
bootstrap-email-1.0.0.alpha4 lib/bootstrap-email/converters/table.rb
bootstrap-email-1.0.0.alpha3.1 lib/bootstrap-email/converters/table.rb
bootstrap-email-1.0.0.alpha3 lib/bootstrap-email/converters/table.rb