X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fstyle.css;h=9788fd3e02918efe978b9b9990d82b8180b9a0da;hb=bf5bc4b0d129685482eefea499f39f874744e2fd;hp=7a37d70d072cdc907018606b60df142de2c87f55;hpb=edf59e1a751771655752b61e211053e08a8cbe3a;p=projects%2Fchimara%2Fchimara.git diff --git a/player/style.css b/player/style.css index 7a37d70..9788fd3 100644 --- a/player/style.css +++ b/player/style.css @@ -30,7 +30,9 @@ grid { } buffer { + color: #303030; font-size: 11; + margin-bottom: 5; } grid.user1 { @@ -38,6 +40,10 @@ grid.user1 { background-color: #ffffff; } +buffer.emphasized { + font-size: 14; +} + buffer.header { font-weight: bold; }