Skip to content

Commit

Permalink
add proper html5 class - we do not live in the past
Browse files Browse the repository at this point in the history
  • Loading branch information
joe.prisk committed Jan 28, 2015
1 parent 8a3a710 commit 0525b8c
Show file tree
Hide file tree
Showing 2 changed files with 632 additions and 633 deletions.
11 changes: 11 additions & 0 deletions src/customStyles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.wysiwyg-justify-right {
text-align:right;
}

.wysiwyg-justify-left {
text-align: left;
}

.wysiwyg-justify-center {
text-align: center;
}
Loading

0 comments on commit 0525b8c

Please sign in to comment.