public
Description: The solution for tabitus of the browser
Homepage: http://overstimulate.com/projects/taboo
Clone URL: git://github.com/anotherjesse/taboo.git
build the xpi with the chrome.manifest AND hide the overflow on the grids
anotherjesse (author)
Wed Sep 19 15:45:09 -0700 2007
commit  ddad32d37a93f30e45dc5835145a75e6e30375f6
tree    5e09b9096a3c408f3551fdb023e451373c95e85c
parent  baede3156b4dd562ca1a53f31971609735820d6d
...
11
12
13
14
15
 
 
 
16
17
18
...
11
12
13
 
 
14
15
16
17
18
19
0
@@ -11,8 +11,9 @@
0
 .grid li {
0
   float: left;
0
   display: block;
0
- height: 150px;
0
- margin-bottom: 15px;
0
+ height: 160px;
0
+ margin-bottom: 5px;
0
+ overflow: hidden;
0
 }
0
 
0
 .grid li span {
...
8
9
10
11
 
12
...
8
9
10
 
11
12
0
@@ -8,5 +8,5 @@ end
0
 
0
 task :xpi do
0
   rm_f 'taboo.xpi'
0
- `find chrome components install.rdf defaults | xargs zip taboo.xpi`
0
+ `find chrome chrome.manifest components install.rdf defaults | xargs zip taboo.xpi`
0
 end

Comments

    No one has commented yet.