This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit d92ca0fcca4494cf7da72329243db6cc32dae295 Author: Alex Harui <[email protected]> AuthorDate: Wed Feb 21 17:26:40 2018 -0800 fix up ASDOc after style lookup changes --- examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml | 3 +++ examples/royale/ASDoc/src/main/royale/AttributeRenderer.as | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml index a043933..9c1c986 100644 --- a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml +++ b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml @@ -253,6 +253,8 @@ limitations under the License. .description { margin-top: 10px; margin-bottom: 10px; + font-family: sans-serif; + font-size: 12px; } .attributeCaption { @@ -289,6 +291,7 @@ limitations under the License. padding-left: 20px; padding-right: 10px; padding-bottom: 20px; + border-width: 1px; border-bottom-style: solid; } .propertyQName { diff --git a/examples/royale/ASDoc/src/main/royale/AttributeRenderer.as b/examples/royale/ASDoc/src/main/royale/AttributeRenderer.as index 4739506..262e695 100644 --- a/examples/royale/ASDoc/src/main/royale/AttributeRenderer.as +++ b/examples/royale/ASDoc/src/main/royale/AttributeRenderer.as @@ -40,7 +40,7 @@ import org.apache.royale.html.supportClasses.StringItemRenderer; */ public function AttributeRenderer() { - typeNames = "AttributeRenderer" + typeNames += " AttributeRenderer" } override public function set text(value:String):void -- To stop receiving notification emails like this one, please contact [email protected].
