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 */