Skip to content

Commit

Permalink
Added xpi
Browse files Browse the repository at this point in the history
  • Loading branch information
darrinhenein committed Sep 10, 2014
1 parent ffe9968 commit 6f5dd51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ SOURCES = \
all: VerticalTabs.xpi

VerticalTabs.xpi: $(SOURCES)
rm -f ../$@
zip -9r ../$@ $(SOURCES)
rm -f ./$@
zip -9r ./$@ $(SOURCES)
Binary file added VerticalTabs.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion skin/osx/osx.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#verticaltabs-splitter {
-moz-appearance: none;
background-image: none;
background-color: transparent;
background-color: none;
border: 0;
min-width: 3px;
width: 3px;
Expand Down

0 comments on commit 6f5dd51

Please sign in to comment.