Files
atom/themes/atom-light-ui/grammar-view.css
Jon Rohan 2788ee2715 rename to
2013-02-01 12:59:57 -05:00

18 lines
309 B
CSS

.grammar-view ol li {
line-height: 16px;
}
.grammar-view ol li.grammar {
padding-left: 21px;
}
.grammar-view ol li.current-grammar:before {
font-family: 'Octicons Regular';
width: 16px;
height: 16px;
margin-right: 5px;
-webkit-font-smoothing: antialiased;
color: #ccc;
content: '\f03a';
}