This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit af65a24f2fbbada3769a9494ffc77d999d7aa01d Author: Alex Harui <[email protected]> AuthorDate: Mon Aug 13 23:27:36 2018 -0700 set some default styles for TLF --- frameworks/projects/MXRoyale/src/main/resources/defaults.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css b/frameworks/projects/MXRoyale/src/main/resources/defaults.css index cef992c..07a934d 100644 --- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css +++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css @@ -28,6 +28,16 @@ * { font-family: Verdana; font-size: 12px; + whiteSpaceCollapse: "collapse"; + horizontalAlign: "left"; + horizontalGap: 8; + verticalAlign: "top"; + verticalGap: 6; + padding-bottom: 0; + padding-left: 0; + padding-right: 0; + padding-top: 0; + } global {
