diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index e83334f..a8380b9 100644 --- a/static/style.css +++ b/static/style.css @@ -112,4 +112,11 @@ table tbody tr:hover { input.quant { width: 3em; -}
\ No newline at end of file +} + +.hint { + font-size: 8pt; + font-weight: normal; + font-style: italic; + color: #777; +} |