diff options
| author | Mark Otto <[email protected]> | 2013-01-12 14:16:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-12 14:16:49 -0800 |
| commit | a33d45f3082ac6db154aa6796eeb47a0f69f2249 (patch) | |
| tree | 0c09fb9e1247e838bcaf65fa121b15a611340c8f /less/type.less | |
| parent | c11f41ba04791a0c408071527994dfb22c91a436 (diff) | |
| parent | 24f7df15e6a5b4b08201b3a6650340998f3ed381 (diff) | |
| download | bootstrap-a33d45f3082ac6db154aa6796eeb47a0f69f2249.tar.xz bootstrap-a33d45f3082ac6db154aa6796eeb47a0f69f2249.zip | |
Merge branch '3.0.0-wip' into bs3-flatten
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/less/type.less b/less/type.less index feb2388f5..a1789fd79 100644 --- a/less/type.less +++ b/less/type.less @@ -37,12 +37,13 @@ a.text-warning:hover { color: darken(@state-warning-text, 10%); } .text-error { color: @state-error-text; } a.text-error:hover { color: darken(@state-error-text, 10%); } -.text-info { color: @state-info-text; } -a.text-info:hover { color: darken(@state-info-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 // ------------------------- |
