Skip to content

Commit

Permalink
Also make page width 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
tomreece committed Feb 8, 2016
1 parent 188d713 commit 39d5790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pucadd.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
$('#frm_search').hide();
$('#wrap').width('100%');
$('.search-results').width('100%');
$('.search-results').prepend('<h1 style="color:#16a085;">You are using PucAdd 1.0</h1><h3 style="color:#27ae60;">Now you can simply click a card to add it to your Haves list.</h3><p><a href="https://github.com/tomreece/pucadd" target="_blank">https://github.com/tomreece/pucadd</a></p>');
$('.search-results').prepend('<h1 style="color:#16a085;">You are using PucAdd 1.1</h1><h3 style="color:#27ae60;">Now you can simply click a card to add it to your Haves list.<br/>Use your browser\'s zoom controls to make the cards even smaller if you\'d like!</h3><p><a href="https://github.com/tomreece/pucadd" target="_blank">https://github.com/tomreece/pucadd</a></p>');

var resizeAndRebind = function () {
$('.card-image img').css('max-width', 160);
Expand Down

0 comments on commit 39d5790

Please sign in to comment.