Commit b578f679 authored by Leo Iannacone's avatar Leo Iannacone

Add some attributes. Not really fixed.

parent 28e95c3f
......@@ -118,14 +118,17 @@ table.sticky-table {
.alignright, .rteright {
float: right;
text-align: right;
}
.alignleft, .rteleft {
float: left;
text-align: left;
}
.aligncenter, .rtecenter {
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
}
.centered {
margin-left: auto;
......
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