diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index f9e48e16cc9..2ce197bdad3 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -155,4 +155,9 @@ td.valid { background: pink; font-weight: bold; - } \ No newline at end of file + } + +td.small +{ + font-size: 0.8em; + } \ No newline at end of file