Updated data presentation of image attributes and some minor css tweaks.

This commit is contained in:
Krzysztof Płaczek
2018-03-23 08:34:49 +01:00
parent a26863e74f
commit d07cfe8089
5 changed files with 12 additions and 11 deletions

View File

@@ -62,9 +62,9 @@ min-width: 140px;
table tbody tr:nth-child(2n+1) {
background-color: #f9f9f9; }
h1 { font-size: 2.75em; margin: 16px 32px 16px 32px;}
h2 { font-size: 2em; margin: 16px 32px 16px 16px;}
h3 { font-size: 1.5em; margin: 16px 32px 16px 32px;}
h1 { font-size: 2.75em; margin: 16px 32px 16px 0;}
h2 { font-size: 2em; margin: 16px 32px 16px 0;}
h3 { font-size: 1.5em; margin: 16px 32px 16px 0;}
a {color: dodgerblue; text-decoration: none; }
a:hover { text-decoration: underline; }
@@ -118,10 +118,10 @@ list-style-position: inside;
margin: 8px 8px;
}
.container_attribute {
.container_attribute, .image_attribute {
}
.container_attribute-details {
.container_attribute-details, .image_attribute-details {
white-space: pre;
line-height: 1.1em;
}