Name changes: format processed requests more nicely.

This commit is contained in:
evazion
2017-01-15 00:29:45 +00:00
parent 922276da6b
commit f57f352838
4 changed files with 55 additions and 23 deletions

View File

@@ -55,3 +55,11 @@ table.search {
vertical-align: top;
}
}
table.aligned-vertical {
@extend table.search;
tr {
height: 1.75em;
}
}

View File

@@ -28,4 +28,4 @@
section {
margin-bottom: 1em;
}
}
}