Merge pull request #550 from AlecRust/patch-2

Add .text-center utility class
This commit is contained in:
XhmikosR 2014-08-28 08:29:18 +03:00
Родитель 5bffa78227 9b4c2bea7f
Коммит 269a274cac
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -81,6 +81,9 @@ a {
.content-padded {
margin: $bar-side-spacing;
}
.text-center {
text-align: center;
}
.pull-left {
float: left;
}