2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Merge pull request #15111 from twbs/events-tables-wrapping

Don't line wrap event names in JS plugin docs
This commit is contained in:
Chris Rebert
2014-11-20 00:06:33 -08:00
11 changed files with 15 additions and 10 deletions
+5
View File
@@ -1147,6 +1147,11 @@ h1[id] {
overflow: auto;
}
/* Don't wrap event names in Events tables in JS plugin docs */
.bs-events-table > thead > tr > th:first-child,
.bs-events-table > tbody > tr > td:first-child {
white-space: nowrap;
}
/*
* Code snippets