- Update Opera and jQuery links

- Use `https://` (fix #172), including in prompt for URL and relevant code comments (where available and naturally not on namespaces)
- Comment out broken link in svg-editor.html
- Trailing space
This commit is contained in:
Brett Zamir
2018-05-18 12:40:50 +08:00
parent 646a927ef6
commit dc6ab72480
26 changed files with 68 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
/*
/*
* jGraduate Default CSS
*
*
* Copyright (c) 2010 Jeff Schiller
* http://blog.codedread.com/
*
@@ -52,14 +52,14 @@ li.jGraduate_tab_current {
display: none;
}
.jGraduate_gradPick {
.jGraduate_gradPick {
display: none;
border: outset 1px #666;
padding: 10px 7px 5px 5px;
overflow: auto;
}
.jGraduate_gradPick {
.jGraduate_gradPick {
display: none;
border: outset 1px #666;
padding: 10px 7px 5px 5px;
@@ -81,7 +81,7 @@ div.jGraduate_Swatch {
}
div.jGraduate_GradContainer {
border: 2px inset #EEE;
background-image: url(../images/map-opacity.png);
background-image: url(../images/map-opacity.png);
background-position: 0px 0px;
height: 256px;
width: 256px;
@@ -348,4 +348,4 @@ div.jGraduate_Slider img {
position: absolute;
right: -10px;
bottom: 0;
}
}