some grammar-view back

This commit is contained in:
Jon Rohan
2013-01-21 17:36:44 -08:00
parent ea068c5cd7
commit 7b27e3369a
2 changed files with 8 additions and 9 deletions

View File

@@ -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
View File

@@ -0,0 +1,8 @@
.grammar-view {
width: 50%;
margin-left: -25%;
}
.grammar-view ol {
max-height: 300px;
}