Sha256: ad9a4c2df823535af5d4900744248153a41248b64f4093f6f62eec23c00521e9
Contents?: true
Size: 654 Bytes
Versions: 38
Compression:
Stored size: 654 Bytes
Contents
/* * Rules for the geospatial metadata markup generated by GeoCombine * */ #metadata-container { height: calc(100vh - 260px); ul { margin-top: 0; margin-bottom: 10px; display: inline-block; border: 1px solid black; background-color: #f5f5f5; padding-right: 40px; li { margin-top: 6px; margin-bottom: 6px; list-style-type: decimal; } } div dl { padding-right: 8px; padding-left: 8px; dt { margin-top: 12px; } } /* * Highest level heading in the attribute tree */ div > dl > dt { font-size: 22px; } iframe { height: 100%; width: 100%; } }
Version data entries
38 entries across 38 versions & 1 rubygems