GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A simple chord viewing interface layered upon pngs of mandolin chords I found somewhere a while ago.
Clone URL: git://github.com/kjell/chords.git
somehow managed to delete my viewport tag and messed up sizing
kjell (author)
Sat Aug 09 20:32:15 -0700 2008
commit  e616f7cf9eee4b3d3c63f120b81b9b4c7120cf71
tree    db9f58872c879fb2a09db491cb1e9ed4e6d86add
parent  5d143f755c87dd92f5de6ea2beb34d6d478e66b6
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 @media screen and (max-device-width: 481px) {
0
   input[type=search] {
0
- width: 202px;
0
+ width: 272px;
0
     height: 22px;
0
     margin: 0 auto;
0
   }
...
2
3
4
5
 
 
6
7
...
2
3
4
 
5
6
7
8
0
@@ -2,6 +2,7 @@
0
   %head
0
     %title= @title || 'Chords!'
0
     %link{:rel => 'stylesheet', :href => "/ornamentation.css", :type => 'text/css'}
0
-
0
+ %meta{:name => 'viewport', :content => 'width=320px'}
0
+
0
   %body
0
     = yield

Comments

    No one has commented yet.