Skip to content

Commit ffd081e

Browse files
committed
Removing the highlighting.
1 parent dfc5434 commit ffd081e

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

css/style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ table.schedule td.break {
451451

452452
table.schedule td.registration {
453453
background-color: #fff48e;
454-
<<<<<<< HEAD
455454
}
456455

457456
table.schedule tbody tr.highlight {
@@ -461,11 +460,5 @@ table.schedule tbody tr.highlight {
461460
table.schedule tr.highlight td.hour,
462461
table.schedule tr.highlight td.minute {
463462
background-color: transparent;
464-
=======
465-
}
466-
467-
table.schedule tbody tr.highlight {
468-
background-color: #99ffcc;
469-
>>>>>>> d50c2d1bcca6da67073e09192ec7cc86de0a8962
470463
}
471464

resources/schedule.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1>PHP Community
4545
<tr>
4646
<td class="minute">45</td>
4747
</tr>
48-
<tr class="highlight">
48+
<tr>
4949
<td rowspan="4" class="hour">10</td>
5050
<td class="minute">00</td>
5151
<td rowspan="12">Lorna Mitchell - Web Services</td>
@@ -94,7 +94,7 @@ <h1>PHP Community
9494
<tr>
9595
<td class="minute">45</td>
9696
</tr>
97-
<tr class="highlight">
97+
<tr>
9898
<td rowspan="4" class="hour">13</td>
9999
<td class="minute">00</td>
100100
<td rowspan="4" colspan="2" class="lunch">Lunch</td>
@@ -122,16 +122,16 @@ <h1>PHP Community
122122
<tr>
123123
<td class="minute">15</td>
124124
</tr>
125-
<tr class="highlight">
125+
<tr>
126126
<td class="minute">30</td>
127127
<td rowspan="3">Laura Beth Lincoln Denker - Is It
128128
Handmade Code If You Use Power Tools?</td>
129129
<td rowspan="3">Sean Coates - Gimme Bar</td>
130130
</tr>
131-
<tr class="highlight">
131+
<tr>
132132
<td class="minute">45</td>
133133
</tr>
134-
<tr class="highlight">
134+
<tr>
135135
<td rowspan="4" class="hour">15</td>
136136
<td class="minute">00</td>
137137
</tr>

0 commit comments

Comments
 (0)