From 6fbffa330c4751033a63d7fe2c6dcee4dde4be54 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 8 Feb 2017 15:38:56 +0100 Subject: [PATCH] [New] Added dl dt/dd styling --- bower.json | 2 +- strolch-wc-styles.html | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 3b01926..e496f2d 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-styles", "description": "Strolch WebComponent Styles", - "version": "0.1.3", + "version": "0.1.4", "authors": "Robert von Burg", "keywords": [ "strolch", diff --git a/strolch-wc-styles.html b/strolch-wc-styles.html index 1c008a9..60434ff 100644 --- a/strolch-wc-styles.html +++ b/strolch-wc-styles.html @@ -10,6 +10,26 @@ border-radius: 2px; } + /* + * data definition list + */ + .g-dl { + padding: 0.5em; + } + + .g-dl dt { + float: left; + clear: left; + min-width: 130px; + text-align: right; + font-weight: bold; + padding-right: 0.5em; + } + + .g-dl dd { + padding: 0 0 0.5em 0; + } + /* * Tables */