This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new f69e957 Fixed alignment of inline details
f69e957 is described below
commit f69e95797f2f9c892c949dd8ed31cf1cd6c14bda
Author: Harbs <[email protected]>
AuthorDate: Tue Feb 6 18:04:30 2018 +0200
Fixed alignment of inline details
---
examples/royale/ASDoc/src/main/royale/ASDoc.mxml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/examples/royale/ASDoc/src/main/royale/ASDoc.mxml
b/examples/royale/ASDoc/src/main/royale/ASDoc.mxml
index fdd8eb7..44ff6a0 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDoc.mxml
+++ b/examples/royale/ASDoc/src/main/royale/ASDoc.mxml
@@ -30,6 +30,9 @@ limitations under the License.
global {
IStatesImpl:
ClassReference("org.apache.royale.core.SimpleStatesImpl");
}
+ basic|DataContainer{
+ verticalAlign: bottom;
+ }
</fx:Style>
<js:valuesImpl>
<js:SimpleCSSValuesImpl />
--
To stop receiving notification emails like this one, please contact
[email protected].