Files
atom/plugins/project/project.html
Corey Johnson 3cbd52895b stylin'
2011-08-27 21:51:38 -07:00

20 lines
223 B
HTML

<style>
ul {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
li:hover {
background-color: grey;
}
</style>
<div id='project'>
<div class='cwd'></div>
<ul class='files'></ul>
</div>