From 65652f92de431915be415edf81851c658ad3a64a Mon Sep 17 00:00:00 2001 From: junior Date: Tue, 15 Feb 2022 18:27:13 +0000 Subject: [PATCH] Clean up formatting for album title and description --- scalemodels.php | 5 +++-- style/style.css | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/scalemodels.php b/scalemodels.php index aa46bac..ae44498 100755 --- a/scalemodels.php +++ b/scalemodels.php @@ -14,8 +14,9 @@ if ( $currentuser->isLoggedIn() ) { } ?>
diff --git a/style/style.css b/style/style.css index 1803dbd..ffdb9c6 100755 --- a/style/style.css +++ b/style/style.css @@ -271,3 +271,13 @@ table tr td .hidden { display: none; } +.albuminfo_label { + font-weight: bold; + font-size: 150%; +} +.albuminfo { + font-size: 125%; +} +.spacebelow_small { + margin-bottom: 1em; +}