Skip to content

Commit dfc5434

Browse files
committed
Merging some stuff because I screwed something up.
2 parents 25cda94 + d50c2d1 commit dfc5434

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

css/style.css

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

452452
table.schedule td.registration {
453453
background-color: #fff48e;
454+
<<<<<<< HEAD
454455
}
455456

456457
table.schedule tbody tr.highlight {
@@ -460,5 +461,11 @@ table.schedule tbody tr.highlight {
460461
table.schedule tr.highlight td.hour,
461462
table.schedule tr.highlight td.minute {
462463
background-color: transparent;
464+
=======
465+
}
466+
467+
table.schedule tbody tr.highlight {
468+
background-color: #99ffcc;
469+
>>>>>>> d50c2d1bcca6da67073e09192ec7cc86de0a8962
463470
}
464471

resources/schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1>PHP Community
9494
<tr>
9595
<td class="minute">45</td>
9696
</tr>
97-
<tr>
97+
<tr class="highlight">
9898
<td rowspan="4" class="hour">13</td>
9999
<td class="minute">00</td>
100100
<td rowspan="4" colspan="2" class="lunch">Lunch</td>

0 commit comments

Comments
 (0)