diff --git a/tetawebapp/static/styles/tetawebapp.css b/tetawebapp/static/styles/tetawebapp.css index 0e5dd67..fb31acd 100644 --- a/tetawebapp/static/styles/tetawebapp.css +++ b/tetawebapp/static/styles/tetawebapp.css @@ -92,7 +92,7 @@ main > article.error, main > article.error > p { text-align: center; } -main > article > h3 { +main > article > h3, main > section.inline > article > h3 { font-size: 30px; color: var(--text-color); } diff --git a/tetawebapp/templates/ajax.html b/tetawebapp/templates/ajax.html index 99c7a01..b4530ae 100644 --- a/tetawebapp/templates/ajax.html +++ b/tetawebapp/templates/ajax.html @@ -3,7 +3,7 @@

Get HTML response from AJAX

Click the refresh button to get the HTML response.

-

The response may randomly be an error response.

+

The response may randomly be an error response so you should try it more than once.

@@ -19,7 +19,7 @@

Get value from AJAX

Get a random value from the application.

-

Value may randomly be unavailable raising an error.

+

Value may randomly be unavailable raising an error so you should try it more than once.