]> git.plutz.net Git - webpoll/commitdiff
use <main> section in addition to <form>
authorPaul Hänsch <paul@plutz.net>
Thu, 26 Aug 2021 14:55:24 +0000 (16:55 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 26 Aug 2021 14:55:24 +0000 (16:55 +0200)
webpoll.css

index 98690038d4bb6dc37e57b2a7d6db7b149165d457..79eefaa3a49a8c6f8ccfbe221388ecaa7e08e358 100644 (file)
@@ -104,7 +104,7 @@ body.poll table td input[type=radio][value=maybe]:checked + label {
   margin: 0 -1.75pt;
 }
 
-body.newdate form {
+body.newdate main {
   text-align: center;
   max-width: 100%;
 }
@@ -128,7 +128,7 @@ body.newdate form fieldset.splittimes {
 }
 
 @media(min-width: 50em) {
-  body.newdate form { width: 50em; }
+  body.newdate main { width: 50em; }
   body.newdate form input[name=title],
   body.newdate form textarea[name=description] {
     width: 100%;