Introduction
Introduction Statistics Contact Development Disclaimer Help
tMerge branch 'master' of gitlab.com:admesg/admesg.gitlab.io - andersdamsgaard.…
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 4b607fcf30b8b3de9f7bc877fe17a00a78862307
parent 9ebfaadbfe1b8b1a37e605d929f1c35690dbdcfd
Author: Anders Damsgaard <[email protected]>
Date: Mon, 31 Dec 2018 08:02:27 +0100
Merge branch 'master' of gitlab.com:admesg/admesg.gitlab.io
Diffstat:
A themes/tale-mod/assets/css/w3.css | 14 ++++++++++++++
M themes/tale-mod/layouts/partials/h… | 5 ++++-
2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/themes/tale-mod/assets/css/w3.css b/themes/tale-mod/assets/css/w3.…
t@@ -0,0 +1,14 @@
+.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.…
+.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-ba…
+.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:lef…
+.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999…
+.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.3333…
+.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66…
+@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}…
+.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{widt…
+.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-co…
+@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}…
+.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.3333…
+.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66…
+.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-pad…
+.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-b…
diff --git a/themes/tale-mod/layouts/partials/head.html b/themes/tale-mod/layou…
t@@ -30,7 +30,10 @@
{{- $style := resources.Get "scss/tale.…
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?…
- <link rel="stylesheet" href="css/w3.css">
+ {{- $inServerMode := .Site.IsServer }}
+ {{- $style := resources.Get "css/w3.css…
+ <link rel="stylesheet" href="{{ $style.RelPermalink }}">
+
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="{{ .Site…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.