Explorar o código

Highlighting important info in typography helper (bringing it to same as other parts of page) (#1396)

Sam Fry %!s(int64=7) %!d(string=hai) anos
pai
achega
a88fe572df
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/documentation/modifiers/typography-helpers.html

+ 2 - 2
docs/documentation/modifiers/typography-helpers.html

@@ -355,11 +355,11 @@ doc-subtab: typography-helpers
       </tr>
       </tr>
       <tr>
       <tr>
         <td><code>is-lowercase</code></td>
         <td><code>is-lowercase</code></td>
-        <td>Transforms all characters to <strong>lowercase</strong></td>
+        <td>Transforms <strong>all characters</strong> to <strong>lowercase</strong></td>
       </tr>
       </tr>
       <tr>
       <tr>
         <td><code>is-uppercase</code></td>
         <td><code>is-uppercase</code></td>
-        <td>Transforms all characters to <strong>uppercase</strong></td>
+        <td>Transforms <strong>all characters</strong> to <strong>uppercase</strong></td>
       </tr>
       </tr>
       </tbody>
       </tbody>
     </table>
     </table>