Skip to content

Commit

Permalink
Change icons to be GPL compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Aug 5, 2015
1 parent 5dedc0d commit 39da856
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
Binary file added images/enlarge2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/glyphicons-368-expand.png
Binary file not shown.
Binary file removed images/glyphicons-369-collapse.png
Binary file not shown.
Binary file added images/shrink2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions style.css
Expand Up @@ -30,15 +30,22 @@ div.hiddenHead:hover {



div.hiddenHead p:after {
display: inline-block;
background-size: 1.2em 1.2em;
width: 1.2em;
height: 1.2em;
content:"";
}
div.hiddenGlobal:not(.hiddenHidden)>div.hiddenHead p:after {
content: url('images/glyphicons-368-expand.png');
background-image: url('images/shrink2.png');
}
div.hiddenGlobal:not(.hiddenHidden)>div.hiddenHead>div.hiddenOnHidden {
display: none;
}

div.hiddenGlobal.hiddenHidden>div.hiddenHead p:after {
content: url('images/glyphicons-369-collapse.png');
background-image: url('images/enlarge2.png');
}
div.hiddenGlobal.hiddenHidden>div.hiddenHead>div.hiddenOnVisible {
display: none;
Expand Down

0 comments on commit 39da856

Please sign in to comment.