Author: uiterlix
Date: Mon Mar  9 20:43:39 2015
New Revision: 1665351

URL: http://svn.apache.org/r1665351
Log:
Added html style attribute to state diagram.

Modified:
    
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/components.mdtext

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/components.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/components.mdtext?rev=1665351&r1=1665350&r2=1665351&view=diff
==============================================================================
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/components.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/components.mdtext
 Mon Mar  9 20:43:39 2015
@@ -21,7 +21,7 @@ The dependency manager, as part of a bun
 
 Each component you define gets its own life cycle, which is explained in the 
state diagram below.
 
-<img src="./diagrams/statediagram.png" alt="State diagram"/>
+<img src="./diagrams/statediagram.png" alt="State diagram" style="width: 
430px"/>
 
 A component is associated with an instance. This instance can either be 
specified directly, or you can specify its class. If you do the latter, the 
actual instance will be created lazily. 
 


Reply via email to