From 359403ddc1e2a7d9ebffc53e2828a8c96401996c Mon Sep 17 00:00:00 2001 From: Benjamin Abel Date: Thu, 18 Jan 2018 21:36:19 +0100 Subject: [PATCH 1/3] Update gitignore for new npm package-lock --- .gitignore | 1 + templates/_includes/.DS_Store | Bin 6148 -> 0 bytes 2 files changed, 1 insertion(+) delete mode 100644 templates/_includes/.DS_Store diff --git a/.gitignore b/.gitignore index d07a3fa..f885e81 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _site node_modules .ftppass +package-lock.json diff --git a/templates/_includes/.DS_Store b/templates/_includes/.DS_Store deleted file mode 100644 index f8e4b831110f78507fc9728124ba16b176119bf5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyGjF55Iv(Q0%^9iyk8*r2TO>Bb$&o&0v0O)(SECZmw#r?JP?+RU}Ga^VCLLA zJLg{Z6gxWrZ2hsn13Capx+6{==H}1cXLeN?Bhq=s0dKg)3*PZMtG=9Y?uv{9p0J=?R&-wzyL^<3--fJ8Ek?u90bT_Vp o!VvA4810xFZ^t)Lly%M5eBKw1i9u&R=tTVtxGpj&@Yf2Q0sS>2TL1t6 From 787ac06cc38a0f0cafd4971c5d268bdcdeae4f14 Mon Sep 17 00:00:00 2001 From: Benjamin Abel Date: Thu, 18 Jan 2018 22:02:45 +0100 Subject: [PATCH 2/3] Add padding-top to elem class in order to prevent the labels from overlapping --- templates/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/css/style.css b/templates/css/style.css index 504e37a..8fbd960 100644 --- a/templates/css/style.css +++ b/templates/css/style.css @@ -201,6 +201,7 @@ h1.content { .elem { border: solid #6AC5AC 3px; + padding-top: 1em; position: relative; } From 6e5ea037204f56893c213cb9a8dae6394cfb66ea Mon Sep 17 00:00:00 2001 From: Benjamin Abel Date: Thu, 18 Jan 2018 22:16:26 +0100 Subject: [PATCH 3/3] Add label to missing container to avoid white space after padding --- templates/css/style.css | 2 +- templates/flexbox.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/css/style.css b/templates/css/style.css index 8fbd960..47d0eeb 100644 --- a/templates/css/style.css +++ b/templates/css/style.css @@ -201,7 +201,7 @@ h1.content { .elem { border: solid #6AC5AC 3px; - padding-top: 1em; + padding-top: 1.1em; position: relative; } diff --git a/templates/flexbox.html b/templates/flexbox.html index 093b609..fe3f2b3 100644 --- a/templates/flexbox.html +++ b/templates/flexbox.html @@ -151,7 +151,7 @@

{% localize flexbox.fancy.title %}

{% endhighlight %}
- + <div class="container">
<div class="initial">

@@ -224,4 +224,4 @@

{% localize flexbox.centering.title %}

</div> -
\ No newline at end of file +