forked from wezm/wezm.net
QA /technical/2008/04/womens-weekly-getting-in-on-the-linux-action/
This commit is contained in:
parent
79af0b30d5
commit
b12144d62e
3 changed files with 5 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
<a href="/images/2008/04/womens-weekly-tux-cake.jpg" title='Women’s Weekly Tux Cake'><img src='/images/2008/04/womens-weekly-tux-cake.thumbnail.jpg' alt='Women’s Weekly Tux Cake' style="float: left; margin: 0 1em 1em 0;" /></a> I snapped this with my my phone whilst I was shopping at Safeway last Sunday. It seems the Australian Women's Weekly are Linux fans or aren't aware that they <em>may</em> be infringing <a href="http://www.isc.tamu.edu/~lewing/linux/">Larry Ewing</a>'s copyright. Who wouldn't want a <a href="http://en.wikipedia.org/wiki/Tux">Tux</a> cake though.
|
<a href="/images/2008/04/womens-weekly-tux-cake.jpg" title="Women's Weekly Tux Cake"><img src='/images/2008/04/womens-weekly-tux-cake.thumbnail.jpg' alt="Women's Weekly Tux Cake" class="alignleft" /></a> I snapped this with my my phone whilst I was shopping at Safeway last Sunday. It seems the Australian Women's Weekly are Linux fans or aren't aware that they <em>may</em> be infringing <a href="http://www.isc.tamu.edu/~lewing/linux/">Larry Ewing</a>'s copyright. Who wouldn't want a <a href="http://en.wikipedia.org/wiki/Tux">Tux</a> cake though.
|
|
@ -10,7 +10,7 @@
|
||||||
</div>
|
</div>
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
<% short = short_url("http://www.wezm.net#{@item.identifier}") %>
|
<% short = short_url("http://www.wezm.net#{@item.identifier}") %>
|
||||||
<div class="respond">
|
<div id="respond">
|
||||||
<h2>Got Something to Add?</h2>
|
<h2>Got Something to Add?</h2>
|
||||||
<p>Contact me by email or Twitter if you have a comment, correction or just want to get in touch.</p>
|
<p>Contact me by email or Twitter if you have a comment, correction or just want to get in touch.</p>
|
||||||
<ul class="inline">
|
<ul class="inline">
|
||||||
|
|
|
@ -287,12 +287,13 @@ ul.inline li:first-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Extra parts on post page */
|
/* Extra parts on post page */
|
||||||
#content .respond {
|
#respond {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
#content .respond h2 {
|
#respond h2 {
|
||||||
padding-left: 42px;
|
padding-left: 42px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
background: url(/images/comment32.png) no-repeat top left;
|
background: url(/images/comment32.png) no-repeat top left;
|
||||||
|
|
Loading…
Reference in a new issue