sprockets-status/docs/custom.css
Dave Shawley 0f63e9675b Implement primitive StatusHandler.
This version simply returns a JSON object based on the values passed
into the initialize method.
2017-02-19 21:11:06 -05:00

8 lines
106 B
CSS

h1.logo {
font-size: 1em;
}
.field-name {
-webkit-hyphens: none;
hyphens: none;
min-width: 8em;
}