Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the _x_. file so the repository can be checked out on Windows. #16

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions project_sample/site_media/css/jquery-ui-themeroller.css
Expand Up @@ -598,13 +598,13 @@ table.ui-datepicker .ui-datepicker-title-row td a {
.ui-colorpicker-color div { /* is this extra div needed? why not just .ui-colorpicker-color ? */
border: 1px solid #cccccc;
height: 150px;
background: url(images/_x_.);
background: url(images/_x_.png);
position: relative;
}
.ui-colorpicker-color div div {/* shouldn't this have a class like ui-colorpicker-selector ? */
width: 11px;
height: 11px;
background: url(images/_x_.);
background: url(images/_x_.png);
position: absolute;
border: 0;
margin: -5px 0 0 -5px;
Expand All @@ -615,7 +615,7 @@ table.ui-datepicker .ui-datepicker-title-row td a {
float: left;
width: 17px;
height: 150px;
background: url(images/_x_.);
background: url(images/_x_.png);
position: relative;
margin-right: 15px;
}
Expand Down