💀 symbols-view css

This commit is contained in:
Justin Palmer
2013-02-02 14:21:15 -08:00
parent 2ecf1d234e
commit 9f7a71fcda
2 changed files with 0 additions and 36 deletions

View File

@@ -9,7 +9,6 @@
"overlay.css",
"wrap-guide.css",
"status-bar.css",
"symbols-view.css",
"markdown-preview.css",
"fuzzy-finder.css",
"command-panel.css",

View File

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