try something more friendly

This commit is contained in:
Chris Wanstrath
2011-11-12 01:18:09 -08:00
parent 113bed1448
commit 8dd064c68d
2 changed files with 6 additions and 2 deletions

View File

@@ -10,7 +10,11 @@ class Project extends Resource
window.resourceTypes.push this
html:
$ '<img src="http://fc01.deviantart.net/fs70/f/2010/184/4/9/Neru_Troll_Face_by_nerutrollfaceplz.jpg">'
$ '''
<div style="position:absolute;bottom:20px;right:20px">
<img src="https://img.skitch.com/20111112-muhf4t5yh2scut7kwgamaujtyk.png">
</div>
'''
open: (url) ->
return false if not fs.isDirectory url

View File

@@ -17,7 +17,7 @@ body {
}
#app-vertical {
background-color: #AFEEEE;
background-color: #f1d1d2;
display: -webkit-box;
-webkit-box-flex: 1;
-webkit-box-orient: vertical;