mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 15:19:52 +02:00
add text alignment classes from 3.0
This commit is contained in:
@@ -43,6 +43,10 @@ a.text-info:hover { color: darken(@infoText, 10%); }
|
|||||||
.text-success { color: @successText; }
|
.text-success { color: @successText; }
|
||||||
a.text-success:hover { color: darken(@successText, 10%); }
|
a.text-success:hover { color: darken(@successText, 10%); }
|
||||||
|
|
||||||
|
.text-left { text-align: left; }
|
||||||
|
.text-right { text-align: right; }
|
||||||
|
.text-center { text-align: center; }
|
||||||
|
|
||||||
|
|
||||||
// Headings
|
// Headings
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
Reference in New Issue
Block a user