Browse Source

Merge pull request #1016 from KellyThomas/patch-1

remove use of code block for emphasis
Nathan Lovato 7 years ago
parent
commit
81a5ee89f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learning/step_by_step/ui_main_menu.rst

+ 1 - 1
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
     Containers adapt to the window's resolution and width-to-height
     ratio. Although we could place UI elements by hand, containers are
     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
 Prepare the Main Menu scene
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~