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