From 6931ba809a29469cbe70c6ae6b7a449dbd6dc7df Mon Sep 17 00:00:00 2001 From: Kelly Thomas Date: Wed, 24 Jan 2018 22:02:09 +0800 Subject: [PATCH] remove use of code block for emphasis --- learning/step_by_step/ui_main_menu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning/step_by_step/ui_main_menu.rst b/learning/step_by_step/ui_main_menu.rst index e138fc12..f9d1094e 100644 --- a/learning/step_by_step/ui_main_menu.rst +++ b/learning/step_by_step/ui_main_menu.rst @@ -113,7 +113,7 @@ center the illustration with a ``CenterContainer``. Containers adapt to the window's resolution and width-to-height ratio. Although we could place UI elements by hand, containers are - faster, more precise, and ``responsive``. + faster, more precise, and **responsive**. Prepare the Main Menu scene ~~~~~~~~~~~~~~~~~~~~~~~~~~~