CSS: Remove text-center mixin

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-03 13:03:53 +01:00
parent 50a8d2ca75
commit 846b13b72f

View File

@ -9,8 +9,8 @@
}
.content-centered {
.text-center();
margin: 0 auto;
text-align: center;
}
.icon-col {
@ -29,10 +29,6 @@
float: right;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}