Update options.html

master
Leandro Barbosa 2020-03-19 11:05:26 -03:00 committed by Rodrigo O
parent 3457da426d
commit b77028c452
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Burlesco - Opções</title> <title>Burlesco - opções</title>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<style> <style>
.submit { .submit {
margin-top: 10px; margin-top: 10px;
} }
input[type=checkbox] + span{ input[type=checkbox] + span {
text-decoration: line-through; text-decoration: line-through;
} }
input[type=checkbox]:checked + span{ input[type=checkbox]:checked + span {
text-decoration: none; text-decoration: none;
} }
</style> </style>