mirror of
https://github.com/pasky/brmelect.git
synced 2025-06-07 17:44:54 +02:00
web-ballot.pl: CSS ballot width 15em -> 20em
This commit is contained in:
parent
a6101aa02a
commit
1f8665df3f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ print <<EOT;
|
|||
<title>brmelect Web Ballot</title>
|
||||
<style type="text/css">
|
||||
p, li { font-family: monospace; }
|
||||
#ballot { margin-left: auto; margin-right: auto; border: 1pt solid; width: 15em; padding: 1ex 1em; }
|
||||
#ballot { margin-left: auto; margin-right: auto; border: 1pt solid; width: 20em; padding: 1ex 1em; }
|
||||
.error { text-width: bold; color: red }
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue