Commit de Marco ORFAO : Correction de bug
This commit is contained in:
@@ -32,6 +32,10 @@ section {
|
||||
color: #007BFF;
|
||||
}
|
||||
|
||||
.competence h3 {
|
||||
color:#007BFF;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
@@ -53,6 +57,13 @@ ul, ol {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.print-button {
|
||||
display: block;
|
||||
margin: auto;
|
||||
padding: 10px 20px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
body {
|
||||
width: 21cm;
|
||||
@@ -67,4 +78,8 @@ ul, ol {
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.print-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user