mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
stylin'
This commit is contained in:
@@ -1,2 +1,19 @@
|
||||
<div id='cwd'></div>
|
||||
<ul id='files'></ul>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user