C# Class TwitterBootstrapHelpers.TbCss

显示文件 Open project: ericmbarnard/Twitter-Bootstrap-Helpers

Public Methods

Method Description
Offset ( int offset ) : string

Creates an Offset of the desired size

Span ( int span ) : string

Creates a span of the size that is passed in

Method Details

Offset() public static method

Creates an Offset of the desired size
public static Offset ( int offset ) : string
offset int The Offset Size
return string

Span() public static method

Creates a span of the size that is passed in
public static Span ( int span ) : string
span int The Span Size
return string