Skip to content

Commit 014ea79

Browse files
authored
Merge pull request #225 from phpbb/ticket/224
Add events list to documentation
2 parents 4e021a5 + c472610 commit 014ea79

File tree

10 files changed

+2366
-2
lines changed

10 files changed

+2366
-2
lines changed

development/_static/css/jquery.dataTables.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

development/_static/css/phpbb.css

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
max-width: none; /* use max-width: 800px for button navigation, not content */
1111
}
1212

13+
.wy-table-responsive {
14+
float: left;
15+
}
16+
1317
.wy-table-responsive table td,
1418
.wy-table-responsive table th {
1519
white-space: normal;
@@ -18,3 +22,7 @@
1822
.rst-footer-buttons {
1923
max-width: 800px;
2024
}
25+
26+
table.docutils td>p:nth-last-child(n+1) {
27+
margin-top: 0.5rem;
28+
}
160 Bytes
Loading
201 Bytes
Loading
158 Bytes
Loading

0 commit comments

Comments
 (0)