mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
try something more friendly
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -17,7 +17,7 @@ body {
|
||||
}
|
||||
|
||||
#app-vertical {
|
||||
background-color: #AFEEEE;
|
||||
background-color: #f1d1d2;
|
||||
display: -webkit-box;
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
|
||||
Reference in New Issue
Block a user