forked from textAngular/textAngular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add proper html5 class - we do not live in the past
- Loading branch information
joe.prisk
committed
Jan 28, 2015
1 parent
8a3a710
commit 0525b8c
Showing
2 changed files
with
632 additions
and
633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Oops, something went wrong.