diff mod_http_oauth2/html/style.css @ 5625:e86a1018cdb3

mod_http_oauth2: Present errors in HTML <dialog> Nice semantic things that don't require JavaScript
author Kim Alvefur <zash@zash.se>
date Mon, 31 Jul 2023 02:07:24 +0200
parents 6109496a7ccc
children 3a5cf8d80089
line wrap: on
line diff
--- a/mod_http_oauth2/html/style.css	Mon Jul 31 02:05:49 2023 +0200
+++ b/mod_http_oauth2/html/style.css	Mon Jul 31 02:07:24 2023 +0200
@@ -21,7 +21,7 @@
 
 .error
 {
-	margin: 0.75em;
+	margin: 0.75em auto;
 	background-color: #f8d7da;
 	color: #842029;
 	border: solid 1px #f5c2c7;