aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-25 23:57:21 -0700
committerfat <[email protected]>2013-07-25 23:57:21 -0700
commit778f3a3df7b2ff98fc698f75c6c804e708bea93a (patch)
tree40e594e7bdece2f3e275c66e76a6900567ff6f77
parent7ae8db8b7e11f0f4f735a711301750743e179bd5 (diff)
downloadbootstrap-778f3a3df7b2ff98fc698f75c6c804e708bea93a.tar.xz
bootstrap-778f3a3df7b2ff98fc698f75c6c804e708bea93a.zip
update docs a bit more for affix
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index 53bd00cd9..0259108d7 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1767,7 +1767,7 @@ $('#myCarousel').on('slide.bs.carousel', function () {
<td>offset</td>
<td>number | function | object</td>
<td>10</td>
- <td>Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To listen for a single direction, or multiple unique offsets, just provide an object <code>offset: { top: 10 }</code>. Use a function when you need to dynamically provide an offset (useful for some responsive designs).</td>
+ <td>Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To provide a unique, bottom and top offset just provide an object <code>offset: { top: 10 }</code> or <code>offset: { top: 10, bottom: 5 }</code>. Use a function when you need to dynamically calculate an offset.</td>
</tr>
</tbody>
</table>