mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
20 lines
223 B
HTML
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>
|