refactoring all the stylesheets into /Atom - Dark/

Conflicts:
	.atom/themes/Atom - Dark/vim-mode.css
This commit is contained in:
Jon Rohan
2013-01-17 21:57:12 -08:00
parent 62f1155706
commit 20e5b303a7
45 changed files with 136 additions and 14718 deletions

View File

@@ -1,42 +0,0 @@
.command-palette {
width: 50%;
margin-left: -25%;
}
.command-palette ol {
max-height: 300px;
}
.command-palette ol li {
padding: 2px;
border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.command-palette ol .event-description {
float: left;
display: inline-block;
margin-right: .5em;
margin: 4px 0;
}
.command-palette li .right {
float: right;
}
.command-palette ol .event-name, .command-palette ol .key-binding {
display: inline-block;
margin: 4px 0;
margin-right: .5em;
font-size: 90%;
color: #ddd;
-webkit-border-radius: 3px;
padding: 0 4px;
}
.command-palette ol .event-name {
background: rgba(0, 0, 0, .2);
}
.command-palette ol .key-binding {
background: rgba(255, 255, 255, .1);
}