Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Further fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jun 6, 2012
1 parent 85fe7ea commit 53528fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/plugins/tips.md
Expand Up @@ -225,8 +225,8 @@ $('.selector').qtip({

### Notes
* Make sure this is a **number only**, don't include any units e.g. 'px'!
* (Prior to the **26th April 2012 nightly**, this was an absolute value)[http://blog.craigsworks.com/qtip2-tips-plugins-dimension-options-changed/] i.e. it determined the width of the tooltip along
the x axis. This was changed and you should update your code if you relied on this fact.
* [Prior to the **26th April 2012 nightly**, this was an absolute value](http://blog.craigsworks.com/qtip2-tips-plugins-dimension-options-changed/) i.e. it determined the width of the tooltipin relation to the window.
This was changed and you should update your code if you relied on this fact.


<a name="height"></a>
Expand Down Expand Up @@ -261,8 +261,8 @@ $('.selector').qtip({

### Notes
* Make sure this is a **number only**, don't include any units e.g. 'px'!
* (Prior to the **26th April 2012 nightly**, this was an absolute value)[http://blog.craigsworks.com/qtip2-tips-plugins-dimension-options-changed/] i.e. it determined the width of the tooltip along
the x axis. This was changed and you should update your code if you relied on this fact.
* [Prior to the **26th April 2012 nightly**, this was an absolute value](http://blog.craigsworks.com/qtip2-tips-plugins-dimension-options-changed/) i.e. it determined the height of the tooltipin relation to the window.
This was changed and you should update your code if you relied on this fact.


<a name="offset"></a>
Expand Down

0 comments on commit 53528fa

Please sign in to comment.