Sha256: 76640e527e889416a8cbfecfada0d904b9957aaf2a9868d3d920b5458a4a59bc
Contents?: true
Size: 590 Bytes
Versions: 4
Compression:
Stored size: 590 Bytes
Contents
/* * Rules for the geospatial metadata markup generated by GeoCombine * */ #metadata-container { height: 1024px; 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; } }
Version data entries
4 entries across 4 versions & 1 rubygems