mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
Fixe issue #106
Syntax errors in CSS files Erreurs de syntaxe dans des fichiers CSS
This commit is contained in:
parent
f0a45bd203
commit
cf9cda99bd
2 changed files with 2 additions and 2 deletions
|
|
@ -130,7 +130,7 @@
|
|||
font-weight:bold;
|
||||
/*color: #000000;
|
||||
/*background-color: #ffdb99;
|
||||
border-color: #ffb733;*/*/
|
||||
border-color: #ffb733;*/
|
||||
}
|
||||
.datepicker table tr td.today:hover,
|
||||
.datepicker table tr td.today:hover:hover,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ body {
|
|||
}
|
||||
|
||||
table {
|
||||
page-break-after:always}
|
||||
page-break-after:always
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue