add an icon for The Cloud

I am befuddled that Twitter Bootstrap has no built-in Icon for The Cloud,
and also that Chromium's depiction of CLOUD (U+2601) has an uncanny
resemblance to PILE OF POO (U+1F4A9) when rendered small, and looks like a
looming Frankenstorm when rendered large, and not a sweet, sunny, nothing
can go wrong The Cloud.
<http://www.fileformat.info/info/unicode/char/2601/browsertest.htm>

So, I must resort to irony in my choice of icons.
This commit is contained in:
Joey Hess 2012-10-27 11:24:35 -04:00
parent 6633a5158d
commit b72d04988f
2 changed files with 15 additions and 9 deletions

View file

@ -5,15 +5,15 @@
$if block
<h4 .alert-heading>
$maybe i <- alertIcon alert
<i .icon-#{bootstrapIcon i}></i> #
#{htmlIcon i} #
#{h}
$else
$maybe i <- alertIcon alert
<i .icon-#{bootstrapIcon i}></i> #
#{htmlIcon i} #
<strong>#{h}</strong> #
$nothing
$maybe i <- alertIcon alert
<i .icon-#{bootstrapIcon i}></i> #
#{htmlIcon i} #
#{renderAlertMessage alert}
$maybe button <- alertButton alert
<br>