Adding global styling class for aligning text to the right

This commit is contained in:
Rob Harrington
2014-11-28 16:29:45 +11:00
parent 0ea1adfdff
commit bc32a053f7

View File

@@ -2,6 +2,10 @@
text-align: center;
}
.text-right{
text-align: right;
}
table .blank-action {
display: inline-block;
width: 29px;