From a1e8b7488cfe13a912e53b13a11a4322a80f1786 Mon Sep 17 00:00:00 2001 From: abe- Date: Sun, 18 Jun 2017 06:37:13 +0200 Subject: [PATCH] =?UTF-8?q?nueva=20intrudcci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_includes/footer.html | 6 +++--- docs/_includes/menu.html | 6 ++++-- docs/_sass/libs/_changes.scss | 9 +++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 01e32c5..06623b3 100755 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -14,14 +14,14 @@ {% endfor %} diff --git a/docs/_includes/menu.html b/docs/_includes/menu.html index 389f1ce..dec3f0a 100644 --- a/docs/_includes/menu.html +++ b/docs/_includes/menu.html @@ -48,12 +48,14 @@
-

Arcue ut vel commodo

-

Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.

+

Contáctanos

+

Este es un proyecto de datos abiertos. Si quieres contribuir con una historia o datos sobre la colonización o el uso de presos en sus obras, no dudes en contactarnos.

+
diff --git a/docs/_sass/libs/_changes.scss b/docs/_sass/libs/_changes.scss index 99fc3e7..4325cf3 100644 --- a/docs/_sass/libs/_changes.scss +++ b/docs/_sass/libs/_changes.scss @@ -84,3 +84,12 @@ a { .wrapper.style3 { background: #3D4955; } + +// quotes +blockquote { + border-left: solid 0px _palette(border); + font-style: normal; + margin: 0 0 _size(element-margin) 0; + padding: 2em; + background-color:#ddd; +}