diff --git a/public_html/index.html b/public_html/index.html index 926caca..3becd38 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -220,7 +220,7 @@
diff --git a/public_html/style.css b/public_html/style.css index eb35561..6953ff4 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -858,6 +858,10 @@ select.error, textarea.error, input.error { -moz-border-radius: 4px; } +.italicize { + font-style: italic; +} + .stats_button { position: relative; background-color: rgba(0, 160, 226, 1);