소스 검색

remove floats

mitm001 5 년 전
부모
커밋
43bc850dd5
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      docs/modules/sdk/pages/code_editor.adoc

+ 0 - 6
docs/modules/sdk/pages/code_editor.adoc

@@ -13,7 +13,6 @@ Note: Since the jMonkeyEngine SDK is based on the NetBeans Platform framework, y
 
 While typing Java code in the source code editor, you will see popups that help you to write more quickly by completing keywords, and generating code snippets. Additionally, they will let you see the javadoc for the classes you are working with.
 
-[.right]
 image::netbeans_code_completion.png[netbeans_code_completion.png,width="",height=""]
 
 
@@ -40,7 +39,6 @@ Alternatively you can also use kbd:[Ctrl+\ ]
 
 == Semantic and Syntactic Coloring
 
-[.right]
 image::jmonkeyplatform-docu-5.png[jmonkeyplatform-docu-5.png,width="421",height="298"]
 
 
@@ -97,16 +95,12 @@ When the JavaDoc does not deliver enough information, you can have a look at the
 
 == Palette
 
-[.float-group]
---
-[.right]
 image::jmonkeyplatform-docu-4.png[jmonkeyplatform-docu-4.png,width="421",height="298"]
 
 
 Choose menu:Windows[Palette] to open the context-sensitive Palette. The jMonkeyEngine SDK provides you with jme3 code snippets here that you can drag and drop into your source files.
 
 *  Examples: Node and Model creation code snippets.
---
 
 [TIP]
 ====