Skip to content

Commit

Permalink
remove dependencies on google image files
Browse files Browse the repository at this point in the history
  • Loading branch information
novakps committed Jun 13, 2011
1 parent 43a202a commit 1cc7fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/kemia.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ See the COPYING file for details.
.goog-menu-button-dropdown {
width: 7px;
/* Client apps may override the URL at which they serve the sprite. */
background: url(https://ssl.gstatic.com/editor/editortoolbar.png) no-repeat -388px 0;
background: url(../images/editortoolbar.png) no-repeat -388px 0;
vertical-align: top;
}

Expand Down Expand Up @@ -730,7 +730,7 @@ See the COPYING file for details.
.goog-toolbar-menu-button-dropdown {
width: 7px;
/* Client apps may override the URL at which they serve the sprite. */
background: url(https://ssl.gstatic.com/editor/editortoolbar.png) no-repeat -388px 0;
background: url(../images/editortoolbar.png) no-repeat -388px 0;
vertical-align: top;

}
Expand Down
Binary file added images/editortoolbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cc7fb2

Please sign in to comment.