[hg] galaxy 2356: Some more adjustremnt for safari and new images
details: http://www.bx.psu.edu/hg/galaxy/rev/db86a8c5e9b0 changeset: 2356:db86a8c5e9b0 user: Anton Nekrutenko <anton@bx.psu.edu> date: Tue Apr 21 10:01:47 2009 -0400 description: Some more adjustremnt for safari and new images 10 file(s) affected in this change: static/images/qk/quickie1_lrg.png static/images/qk/quickie1_small.png static/images/qk/quickie2_lrg.png static/images/qk/quickie2_small.png static/images/qk/quickie3_lrg.png static/images/qk/quickie3_small.png static/images/qk/quickie4.jpg static/images/qk/quickie4_lrg.png static/images/qk/quickie4_small.png static/welcome.html diffs (76 lines): diff -r f9cc5deca786 -r db86a8c5e9b0 static/images/qk/quickie1_lrg.png Binary file static/images/qk/quickie1_lrg.png has changed diff -r f9cc5deca786 -r db86a8c5e9b0 static/images/qk/quickie1_small.png Binary file static/images/qk/quickie1_small.png has changed diff -r f9cc5deca786 -r db86a8c5e9b0 static/images/qk/quickie2_lrg.png Binary file static/images/qk/quickie2_lrg.png has changed diff -r f9cc5deca786 -r db86a8c5e9b0 static/images/qk/quickie2_small.png Binary file static/images/qk/quickie2_small.png has changed diff -r f9cc5deca786 -r db86a8c5e9b0 static/images/qk/quickie3_lrg.png Binary file static/images/qk/quickie3_lrg.png has changed diff -r f9cc5deca786 -r db86a8c5e9b0 static/images/qk/quickie3_small.png Binary file static/images/qk/quickie3_small.png has changed diff -r f9cc5deca786 -r db86a8c5e9b0 static/images/qk/quickie4.jpg Binary file static/images/qk/quickie4.jpg has changed diff -r f9cc5deca786 -r db86a8c5e9b0 static/images/qk/quickie4_lrg.png Binary file static/images/qk/quickie4_lrg.png has changed diff -r f9cc5deca786 -r db86a8c5e9b0 static/images/qk/quickie4_small.png Binary file static/images/qk/quickie4_small.png has changed diff -r f9cc5deca786 -r db86a8c5e9b0 static/welcome.html --- a/static/welcome.html Tue Apr 21 09:36:42 2009 -0400 +++ b/static/welcome.html Tue Apr 21 10:01:47 2009 -0400 @@ -28,7 +28,6 @@ .previous { width: 100%; overflow: auto; - padding-bottom: 10px; } .previous .quickie { min-width: 150px; @@ -75,7 +74,7 @@ <tr> <td align="center"> <a href="javascript:parent.show_in_overlay({url:'http://screencast.g2.bx.psu.edu/galaxy/quickie4_whatsnew/flow.html',width:640,height:500,scroll:'no'})"> - <img src="images/qk/quickie4.jpg" border="0"> + <img src="images/qk/quickie4_lrg.png" border="0"> <br> </a> @@ -84,33 +83,31 @@ </table> </div> -<h3>Previous Quickies:</h3> +<h3>Previous Quickies</h3> <hr> <div class="previous"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td width="33%" style="border-right: solid white 20px; text-decoration:none;"> + <td width="32%" style="border-right: solid white 10px;"> <a href="javascript:parent.show_in_overlay({url:'http://screencast.g2.bx.psu.edu/galaxy/quickie1_TabSeq/flow.html',width:640,height:500,scroll:'no'})"> <div class="quickie"> <img src="images/qk/quickie1_small.png" border="0"> </div> </a> </td> - <td width="33%" style="border: solid white 10px;"> + <td width="32%" style="border-left: solid white 5px; border-right: solid white 5px"> <a href="javascript:parent.show_in_overlay({url:'http://screencast.g2.bx.psu.edu/galaxy/quickie2_Grouping/flow.html',width:640,height:500,scroll:'no'})"> <div class="quickie"> <img src="images/qk/quickie2_small.png" border="0"> - </div> </a> </div> </td> - <td width="33%" style="border-left: solid white 20px;" > + <td width="32%" style="border-left: solid white 10px;" > <a href="javascript:parent.show_in_overlay({url:'http://screencast.g2.bx.psu.edu/galaxy/quickie3_Intervals/flow.html',width:640,height:500,scroll:'no'})"> <div class="quickie"> <img src="images/qk/quickie3_small.png" border="0"> - </div> </a> </td>
participants (1)
-
Greg Von Kuster