[lxc-devel] [linuxcontainers.org/master] Update the Vanilla dependency to v.1.6.3

anthonydillon on Github lxc-bot at linuxcontainers.org
Mon Dec 4 23:38:48 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 408 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20171204/2774b243/attachment.bin>
-------------- next part --------------
From 50848ce03a887277e10b6e759aa9ed946f2edbef Mon Sep 17 00:00:00 2001
From: Anthony Dillon <me at anthonydillon.com>
Date: Mon, 4 Dec 2017 23:33:59 +0000
Subject: [PATCH] Update the Vanilla dependency to v.1.6.3

---
 static/css/local.css           | 21 +++++++++++++++++++++
 templates/common/base.tpl.html |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/static/css/local.css b/static/css/local.css
index 732f39d..0fe42b7 100644
--- a/static/css/local.css
+++ b/static/css/local.css
@@ -716,3 +716,24 @@ pre {
 #tryit_feedback .js-collapsable.is-hidden ~ .panel-body {
   display: none;
 }
+
+/* 
+XXX Ant: 04.12.17 This can be removed when this is fixed
+https://github.com/vanilla-framework/vanilla-framework/issues/1478
+*/
+.u-align--center h1,
+.u-align--center h2,
+.u-align--center h3,
+.u-align--center h4,
+.u-align--center h5,
+.u-align--center h6,
+.u-align--center p,
+h1.u-align--center,
+h2.u-align--center,
+h3.u-align--center,
+h4.u-align--center,
+h5.u-align--center,
+h6.u-align--center,
+p.u-align--center {
+  max-width: none;
+}
diff --git a/templates/common/base.tpl.html b/templates/common/base.tpl.html
index 4b052e2..a0d85c9 100644
--- a/templates/common/base.tpl.html
+++ b/templates/common/base.tpl.html
@@ -11,7 +11,7 @@
 {% else %}
         <title>Linux Containers</title>
 {% endif %}
-        <link rel="stylesheet" href="https://assets.ubuntu.com/v1/vanilla-framework-version-1.6.1.min.css" />
+        <link rel="stylesheet" href="https://assets.ubuntu.com/v1/vanilla-framework-version-1.6.3.min.css" />
         <link href="/static/css/local.css" rel="stylesheet"/>
         <link href="/static/css/pygments.css" rel="stylesheet"/>
 


More information about the lxc-devel mailing list