Skip to content

Commit

Permalink
fixing a couple of bugs in Firefox and Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz committed Jun 17, 2012
1 parent 13cdbd7 commit 5f6a1a5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Google Reader Lion UI.safariextension/greader-safari.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Google Reader Lion UI.safariextz
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -41,6 +41,9 @@ Feel free to fork this repo and add your changes. make sure to make a pull reque

#### 1.5.2
* Removed annoying "loading..." message in the top right corner of the screen
* Updated Safari Extension
* Fixed logo for Safari and Firefox
* Minor Firefox bug fixes

#### 1.5.1
* Minor layout fixes for google bar
Expand Down
4 changes: 3 additions & 1 deletion greader-userstyle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions greader.css
Expand Up @@ -103,7 +103,7 @@ body { padding:0 !important; margin:0 !important;}
.gbes#gbv, .gbesi#gb #gbv { margin-right: 24px !important; }
#gbql {
background-position: 0 0 !important;
background-image: url('https://github.com/aziz/Google-Reader-Lion-UI/raw/master/images/logo.png');
background-image: url('https://github.com/aziz/Google-Reader-Lion-UI/raw/master/images/logo.png') !important;
height: 27px !important;
width: 71px !important;
}
Expand Down Expand Up @@ -1010,4 +1010,6 @@ a[href^="http://rss.buysellads.com"] { display:none !important; }
#gbwc.gbes { top: -30px !important; }

/* fixing loading bug */
.pFb {display:none !important;}
.pFb {display:none !important;}
/* hiding search icon in firefox */
.gbqfi { display: none !important; }

0 comments on commit 5f6a1a5

Please sign in to comment.