Skip to content

Commit

Permalink
link fixe: overlay-minimal.css --> overlay-apple.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tipiirai committed Jul 23, 2010
1 parent e495c21 commit 2755e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/overlay/external.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3>JavaScript code</h3>
<h3>CSS code</h3>

<p>
We continue using our <a href="${jqt}/css/overlay-minimal.css">overlay-minimal.css</a> CSS file and override it with the following CSS settings. This time we used a semi-transparent background image for the overlay. This can be changed with CSS. We also used a scrollbar for the content which is only shown when necessary (little content does not make the scrollbar appear). This is a handy trick if you are not sure how large pages you are loading will be.
We continue using our <a href="${jqt}/css/overlay-apple.css">overlay-apple.css</a> CSS file and override it with the following CSS settings. This time we used a semi-transparent background image for the overlay. This can be changed with CSS. We also used a scrollbar for the content which is only shown when necessary (little content does not make the scrollbar appear). This is a handy trick if you are not sure how large pages you are loading will be.
</p>

<pii:code lang="css">${css}</pii:code>
Expand Down
2 changes: 1 addition & 1 deletion demos/overlay/styling.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3>The setup</h3>
<h3>Overlays</h3>

<p>
Each of our overlays has a class <samp>overlay</samp> which defines a common style for each overlay. This common style is taken from this <a href="${jqt}/css/overlay-minimal.css">stylesheet</a>. Each overlay has a unique <samp>id</samp> attribute which allows them to be customized separately.
Each of our overlays has a class <samp>overlay</samp> which defines a common style for each overlay. This common style is taken from this <a href="${jqt}/css/overlay-apple.css">stylesheet</a>. Each overlay has a unique <samp>id</samp> attribute which allows them to be customized separately.
</p>

<pii:code lang="html">
Expand Down

0 comments on commit 2755e59

Please sign in to comment.