[New] Added g-auto-middle

This commit is contained in:
Robert von Burg 2017-04-03 15:36:13 +02:00
parent 9c79e3ca8f
commit d27454f1a3
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "strolch-wc-styles", "name": "strolch-wc-styles",
"description": "Strolch WebComponent Styles", "description": "Strolch WebComponent Styles",
"version": "0.1.6", "version": "0.1.7",
"authors": "Robert von Burg", "authors": "Robert von Burg",
"keywords": [ "keywords": [
"strolch", "strolch",

View File

@ -62,6 +62,11 @@
margin-right: auto !important; margin-right: auto !important;
} }
.g-auto-middle {
margin-top: auto !important;
margin-bottom: auto !important;
}
/* /*
* Tables * Tables
*/ */