diff --git a/index-rlg.html b/index-rlg.html index 1936b18..2052864 100644 --- a/index-rlg.html +++ b/index-rlg.html @@ -127,11 +127,10 @@ + -
diff --git a/style-rlg.css b/style-rlg.css index 573d3ee..a98c850 100644 --- a/style-rlg.css +++ b/style-rlg.css @@ -90,10 +90,13 @@ div#messages { div#messages div { margin: 0.4em 0.8em; padding: 0.4em 0.4em; - font-weight: bold; background-color: white; } +div#messages > div:first-child { + font-weight: bold; +} + div#debug { display: none; }