rollback change Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/abdb0a33 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/abdb0a33 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/abdb0a33
Branch: refs/heads/master Commit: abdb0a33515c0ea50a4a56f02d5bcc302feca703 Parents: 0cd7b83 Author: victorsosa <victor.s...@peopleware.do> Authored: Fri Jun 24 09:48:51 2016 -0400 Committer: victorsosa <victor.s...@peopleware.do> Committed: Fri Jun 24 09:48:51 2016 -0400 ---------------------------------------------------------------------- core/src/main/resources/template/xhtml/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/abdb0a33/core/src/main/resources/template/xhtml/styles.css ---------------------------------------------------------------------- diff --git a/core/src/main/resources/template/xhtml/styles.css b/core/src/main/resources/template/xhtml/styles.css index 16631fe..4cc1d35 100644 --- a/core/src/main/resources/template/xhtml/styles.css +++ b/core/src/main/resources/template/xhtml/styles.css @@ -36,3 +36,9 @@ .tdErrorMessage {text-align:center; vertical-align:top;} .formButton {text-align:right;} .tdInput {text-align:left;} + + +.align-center{text-align:center;} +.align-right{text-align:right;} +.align-left{text-align:left;} +.align-justify{text-align:justify;}