Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from SuperTux88/fix-image-favicons
Browse files Browse the repository at this point in the history
Fix image favicons
  • Loading branch information
denschub committed Nov 20, 2015
2 parents c407b5a + 1af9bed commit ef4d0c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/assets/css/groupspanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ ul, li {
}

.tab-icon {
max-height: 16px;
height: 16px;
width: 16px;
margin-right: 1px;
margin-bottom: 1px;
margin-left: 4px;
Expand Down
2 changes: 1 addition & 1 deletion lib/storage/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function SessionStorage() {

/**
* Note: This is an implementation of the existing Panorama storage using
* SessionStore so we are able to reuse the existing grups.
* SessionStore so we are able to reuse the existing groups.
*
* This will eventually get replaced by the SDKs simple-storage or something
* similar.
Expand Down

0 comments on commit ef4d0c9

Please sign in to comment.