Update Socialite static files for 1.4.0 release.

This commit is contained in:
Max Goodman
2011-05-11 15:53:40 -07:00
parent 14fa058d32
commit 69fb28cc32
2 changed files with 8 additions and 42 deletions

View File

@@ -133,6 +133,10 @@
float: left;
margin-right: 20px;
}
#install {
line-height: 75px;
}
h1 {
margin: 0;
@@ -142,21 +146,6 @@
letter-spacing: -1.3px;
}
#actionrow {
width: 800px;
margin: 20px auto;
font-size: 12px;
}
#actionrow div.left {
float: left;
}
#donateInfo {
margin-top: 5px;
margin-left: 5px;
}
.clear {
clear: both;
float: none;
@@ -253,32 +242,9 @@
<div id="container">
<div id="logorow">
<img src="socialitelogo.png" alt="" id="socialitelogo" />
<h1>Install it for free!</h1>
<div>
If you like it, why not thank <a href="http://www.reddit.com/user/chromakode">chromakode</a>, the redditor who made it, with some cash so he can buy some bacon.
</div>
</div>
<div id="actionrow">
<div class="left">
<a href="https://addons.reddit.com/socialite/socialite.xpi" class="nounder">
<img src="socialite-add.png" alt="" />
</a>
</div>
<div class="left">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div>
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="7294636" />
<input type="image" src="socialite-bacon.png" name="submit" alt="PayPal - The safer, easier way to pay online!" />
</div>
</form>
</div>
<div id="donateInfo" class="left">
75% goes to chromakode<br />
24% pays for servers<br />
1% pays for <a href="http://blog.reddit.com/2008/12/thanks-to-baconbuzz-team-reddit-gorges.html">this</a>
</div>
<div class="clear"></div>
<a href="http://addons.reddit.com/socialite/socialite.xpi" id="install" class="nounder">
<img src="socialite-add.png" alt="install Socialite" />
</a>
</div>
<div id="showcase">
@@ -321,7 +287,7 @@
</div>
<div id="codereddit">
<img alt="" src="thumbsup3.png" />
<div>Want to get in on the reddit development scene like chromakode?<br /><a href="http://code.reddit.com">Click here to dive in.</a></div>
<div>Want to get in on the reddit development scene?<br /><a href="http://github.com/reddit">Click here to dive in.</a></div>
<div class="clear"></div>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB