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() ) {
}
?>
-
Album Title:
-
Album Description:
+
Album Title:
+
Album Description:
+
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;
+}