From d27454f1a368963e2f5a39ab5f3553ae467403cd Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 3 Apr 2017 15:36:13 +0200 Subject: [PATCH] [New] Added g-auto-middle --- bower.json | 2 +- strolch-wc-styles.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 110bc99..6b7ac74 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-styles", "description": "Strolch WebComponent Styles", - "version": "0.1.6", + "version": "0.1.7", "authors": "Robert von Burg", "keywords": [ "strolch", diff --git a/strolch-wc-styles.html b/strolch-wc-styles.html index 18ec48a..36b4928 100644 --- a/strolch-wc-styles.html +++ b/strolch-wc-styles.html @@ -62,6 +62,11 @@ margin-right: auto !important; } + .g-auto-middle { + margin-top: auto !important; + margin-bottom: auto !important; + } + /* * Tables */