diff --git a/htdocs/css/mpd.css b/htdocs/css/mpd.css index 647bfc7..5d6afd3 100644 --- a/htdocs/css/mpd.css +++ b/htdocs/css/mpd.css @@ -22,10 +22,10 @@ body { } #counter { - font-size: 24px; - margin-top: -6px; - margin-left: 10px; - min-width: 50px; + font-size: 24px; + margin-top: -6px; + margin-left: 10px; + min-width: 50px; } #search { @@ -33,7 +33,7 @@ body { } .btn-group-hover { - opacity: 20%; + opacity: 20%; } .btn:active, @@ -55,10 +55,15 @@ body { } } -#salamisandwich td:nth-child(3), th:nth-child(3) { +#salamisandwich td:nth-last-child(2), th:nth-last-child(2) { text-align: right; } +#salamisandwich td:nth-child(2) span { + font-style:italic; + font-size:90%; +} + tbody { cursor: pointer; } diff --git a/htdocs/index.html b/htdocs/index.html index 9d8f9a3..683f860 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -34,7 +34,7 @@