diff --git a/css/style.css b/css/style.css index 8e5874a..bf28d40 100644 --- a/css/style.css +++ b/css/style.css @@ -28,7 +28,16 @@ /* Do not place the labels on a new line */ .html-skeleton > label { display: inline; } +/* Accommodate the "Full HTML skeleton" description */ +#full-skelly-description { + font-size: 12px; + display: inline-block; + position: relative; + bottom: 5px; +} + +/* Enlarge the "x" between image dimensions */ .html-skeleton #img-size-x { - font-weight: bold; + font-weight: 900; font-size: 17px; } diff --git a/htmlContent/mainDialog.html b/htmlContent/mainDialog.html index aef5bcd..9f0be1c 100644 --- a/htmlContent/mainDialog.html +++ b/htmlContent/mainDialog.html @@ -1,20 +1,16 @@