diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-08 23:52:55 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-08 23:52:55 +1000 |
| commit | 70cf9b99deb255df23407c4230e9c45cf5388932 (patch) | |
| tree | f5fc3cdce2895ca67a660d8613fafeca1a75e8d9 /Pages/ViewMedia.cshtml.css | |
| parent | 701d474949e5cb72b8ed7b29fec45ad74580f570 (diff) | |
Cosmetic improvements to ViewMedia page
Diffstat (limited to 'Pages/ViewMedia.cshtml.css')
| -rw-r--r-- | Pages/ViewMedia.cshtml.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Pages/ViewMedia.cshtml.css b/Pages/ViewMedia.cshtml.css index b9c22ee..a272dbb 100644 --- a/Pages/ViewMedia.cshtml.css +++ b/Pages/ViewMedia.cshtml.css @@ -39,7 +39,11 @@ div#metadata-header > a:hover { background: rgba(255, 255, 255, 0.4); } +div#metadata-fileinfo > table th { + font-size: 8pt; +} + div#metadata-fileinfo > table td { font-family: 'Lucida Console'; - font-size: 10pt; + font-size: 8pt; }
\ No newline at end of file |
