Skip to content

Commit 13436e4

Browse files
committed
ThemeRoller: Fixed image references
Fixes jquerygh-466
1 parent e29eac4 commit 13436e4

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

page/jquery-ui/theming/themeroller.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ level: beginner
88

99
ThemeRoller is a web app that offers a fun and intuitive interface for designing and downloading custom themes for jQuery UI. You can find ThemeRoller in the "Themes" section of the jQuery UI site, or by following this link: [jQuery UI ThemeRoller](http://jqueryui.com/themeroller)
1010

11-
![ThemeRoller Sidebar](/resources/jquery-ui/themeroller_interface_new.png)
12-
![ThemeRoller Sidebar](/resources/jquery-ui/themeroller_gallery_new.png)
11+
![ThemeRoller Sidebar](/resources/jquery-ui/themeroller-interface-new.png)
12+
![ThemeRoller Sidebar](/resources/jquery-ui/themeroller-gallery-new.png)
1313

1414
### The ThemeRoller Interface
1515

@@ -30,8 +30,8 @@ Your theme will include images and CSS that make up a customized version of the
3030
Once the theme has been downloaded and unzipped, you will see a folder named `themes`. This folder contains the CSS and images needed for your theme. Copy the theme directory into your project and link to the `themes/all.css` file from your pages.
3131

3232
### Building Custom "ThemeRoller-Ready" Components
33-
![ThemeRoller Ready Banner](/resources/jquery-ui/Themeroller_ready_black_200px.png)
34-
![ThemeRoller Ready Banner](/resources/jquery-ui/Themeroller_ready_white_200px.png)
33+
![ThemeRoller Ready Banner](/resources/jquery-ui/themeroller-ready-black-200px.png)
34+
![ThemeRoller Ready Banner](/resources/jquery-ui/themeroller-ready-white-200px.png)
3535

3636
ThemeRoller generates a customized version of the jQuery UI CSS Framework for developing your own ThemeRoller-ready jQuery components. The classes generated by this framework are designed to accommodate common user interface design situations and include states, icons, and various helper classes as well.
3737

0 commit comments

Comments
 (0)