Skip to content

Commit 1cc0111

Browse files
committed
Update JS dependencies, since this is an older deck
1 parent a07101d commit 1cc0111

File tree

4 files changed

+579
-1204
lines changed

4 files changed

+579
-1204
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "writing-for-the-php-command-line-interface",
33
"version": "0.1.0",
44
"dependencies": {
5-
"reveal.js": "~3.2.0",
5+
"reveal.js": "~3.3.0",
66
"highlightjs": "~9.0.0"
77
}
88
}

css/theme.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ body {
182182
.reveal table td[align="right"] {
183183
text-align: right; }
184184

185-
.reveal table tr:last-child td {
185+
.reveal table tbody tr:last-child th,
186+
.reveal table tbody tr:last-child td {
186187
border-bottom: none; }
187188

188189
.reveal sup {

0 commit comments

Comments
 (0)