[Docs] make default style listed the first
authorSung-Taek Hong <sth253.hong@samsung.com>
Thu, 1 Oct 2015 09:56:53 +0000 (18:56 +0900)
committerSung-Taek Hong <sth253.hong@samsung.com>
Thu, 1 Oct 2015 09:57:12 +0000 (18:57 +0900)
Signed-off-by: Sung-Taek Hong <sth253.hong@samsung.com>
Change-Id: I9f46e2acf7655b0cf801125579eab9bf136c7b28

org.tizen.ui.practices/html/native/efl/component_button_mn.htm

index 70c8110..909ddc0 100644 (file)
@@ -84,10 +84,10 @@ elm_object_text_set(button, &quot;Click me!&quot;);
 <p>Various styles can be used on the button. Tizen supports the following styles:</p>
 
 <ul>
+    <li><span style="font-family: Courier New,Courier,monospace">default</span></li>
     <li><span style="font-family: Courier New,Courier,monospace">icon_reorder</span></li>
     <li><span style="font-family: Courier New,Courier,monospace">icon_expand_add</span></li>
     <li><span style="font-family: Courier New,Courier,monospace">icon_expand_delete</span></li>
-    <li><span style="font-family: Courier New,Courier,monospace">default</span></li>
     <li><span style="font-family: Courier New,Courier,monospace">circle</span></li>
     <li><span style="font-family: Courier New,Courier,monospace">bottom</span></li>
     <li><span style="font-family: Courier New,Courier,monospace">contacts</span></li>