mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
some grammar-view back
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
.grammar-view {
|
||||
width: 50%;
|
||||
margin-left: -25%;
|
||||
}
|
||||
|
||||
.grammar-view ol {
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
.grammar-view ol li {
|
||||
padding: 2px;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, .05);
|
||||
|
||||
8
static/grammar-view.css
Normal file
8
static/grammar-view.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.grammar-view {
|
||||
width: 50%;
|
||||
margin-left: -25%;
|
||||
}
|
||||
|
||||
.grammar-view ol {
|
||||
max-height: 300px;
|
||||
}
|
||||
Reference in New Issue
Block a user