From 6235a8b7d534953abd5dbfd3740d4622f637c9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crisoforo=20Gaspar=20Hern=C3=A1ndez?= Date: Sat, 25 Jun 2016 22:08:36 -0500 Subject: [PATCH] Fix markdown issues Fix some issues on the markdown that were breaking the text. --- translations/es-ES/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/translations/es-ES/README.md b/translations/es-ES/README.md index 192625eb..9558c1a5 100644 --- a/translations/es-ES/README.md +++ b/translations/es-ES/README.md @@ -69,15 +69,15 @@ En lugar de poner en la frontera... .nav li:not(:last-child) { border-right: 1px solid #666; } -``` +``` Claro, se puede usar `li.nav + li` o incluso `li.nav: li` primer hijo ~, pero con `:not()` la intención es muy clara y el selector CSS define la frontera entre la forma en que un ser humano lo describiría. [volver al índice de contenidos](#table-of-contents) -
-### Añadir `line-height` a `body` +
+### Añadir `line-height` a `body` No es necesario añadir `line-height` característica a cada`

`,` `, _et al_. separadamente. En su lugar, añadirlo a `body`: @@ -494,4 +494,4 @@ textarea { ## Apoyo -Las versiones actuales de Chrome, Firefox, Safari, Opera, Edge y IE11. \ No newline at end of file +Las versiones actuales de Chrome, Firefox, Safari, Opera, Edge y IE11.