Skip to content

Commit bfde8b4

Browse files
committed
feat: remove obsolete CSS property and fix minor typos.
1 parent 79f9f5e commit bfde8b4

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

online/radioactive-decay.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ <h2>Notes:</h2>
697697

698698
createParagraph(`
699699
700-
<span class="color-green alone-bold">${step.element}</span> à pour nom complet:
700+
<span class="color-green alone-bold">${step.element}</span> a pour nom complet:
701701
702702
<span class="color-red alone-bold">${getElementNameWithSymbol(step.element)}</span>.
703703

style.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ body.body-class {
5353
margin-right: 15%;
5454
border: 4px solid #404040;
5555
border-radius: 25px;
56-
-webkit-shadow: 3px 2px 3px rgba(0, 0, 0, 0.5);
5756
box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.5);
5857
}
5958

@@ -94,7 +93,6 @@ body.body-class {
9493
position: absolute;
9594
background-color: #404040;
9695
min-width: 160px;
97-
-webkit-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
9896
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
9997
z-index: 1;
10098
border-top-right-radius: 25px;
@@ -225,7 +223,6 @@ body.body-class {
225223
margin-left: 28.5%;
226224
margin-right: 28.5%;
227225
margin-top: 25px;
228-
-webkit-shadow: 3px 2px 3px rgba(0, 0, 0, 0.5);
229226
box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.5);
230227
}
231228

0 commit comments

Comments
 (0)