Commit c34ef691 authored by Mark Otto's avatar Mark Otto

add text alignment classes from 3.0

parent 337741fc
...@@ -43,6 +43,10 @@ a.text-info:hover { color: darken(@infoText, 10%); } ...@@ -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
// ------------------------- // -------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment