diff options
| author | Mark Otto <[email protected]> | 2013-01-09 18:56:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-09 18:56:08 -0800 |
| commit | 91dd77939b4183fa86973056778ad87950674410 (patch) | |
| tree | a1f163741814cb727e00af6f8aca677f9e5508a5 /less/type.less | |
| parent | 3d04d9ba751c08ab7909ee6146719171609d5cf9 (diff) | |
| download | bootstrap-91dd77939b4183fa86973056778ad87950674410.tar.xz bootstrap-91dd77939b4183fa86973056778ad87950674410.zip | |
Add text alignment utility classes
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less index 3aac597bd..a1789fd79 100644 --- a/less/type.less +++ b/less/type.less @@ -40,6 +40,10 @@ a.text-error:hover { color: darken(@state-error-text, 10%); } .text-success { color: @state-success-text; } a.text-success:hover { color: darken(@state-success-text, 10%); } +.text-left { text-align: left; } +.text-right { text-align: right; } +.text-center { text-align: center; } + // Headings // ------------------------- |
