From 1859d1ab15224ce4f5d87587f52321f975406a6b Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 20 Jul 2022 10:06:50 +0200 Subject: [PATCH] [New] added styling .g-table-dl to use as a
:
label 1 value 1
label 2 value 2
--- bower.json | 2 +- strolch-wc-styles.html | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index bb7a51f..ed08186 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-styles", "description": "Strolch WebComponent Styles", - "version": "0.4.7", + "version": "0.4.8", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/strolch-wc-styles.html b/strolch-wc-styles.html index 27fb436..f5f4452 100644 --- a/strolch-wc-styles.html +++ b/strolch-wc-styles.html @@ -14,6 +14,14 @@ border-radius: 2px; } + /* + * table as a data definition list. Works simpler than a dl + */ + .g-table-dl td:first-child { + text-align: right; + padding-right: 5px; + } + /* * data definition list */