C# Class TwitterBootstrapHelpers.TbCss

Afficher le fichier Open project: ericmbarnard/Twitter-Bootstrap-Helpers

Méthodes publiques

Méthode 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 méthode

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

Span() public static méthode

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