瀏覽代碼

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]
 ====