X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=inline;f=player%2Fstyle.css;h=9788fd3e02918efe978b9b9990d82b8180b9a0da;hb=f5ef90183114ba9429109038b0a9be7f3f90b900;hp=b012c767bfbe91d5b0f7f9c613942246c426eba8;hpb=89081782541e85e079f64839ffb26b4e74273eb7;p=projects%2Fchimara%2Fchimara.git diff --git a/player/style.css b/player/style.css index b012c76..9788fd3 100644 --- a/player/style.css +++ b/player/style.css @@ -26,11 +26,13 @@ * text-align (left/right/center) */ grid { - font-size: 14; + font-size: 11; } buffer { - font-size: 14; + color: #303030; + font-size: 11; + margin-bottom: 5; } grid.user1 { @@ -38,9 +40,12 @@ grid.user1 { background-color: #ffffff; } +buffer.emphasized { + font-size: 14; +} + buffer.header { font-weight: bold; - text-align: center; } buffer.subheader {