X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fstyle.css;h=b012c767bfbe91d5b0f7f9c613942246c426eba8;hb=fd5decfbb0eecfbb00bf5b1ec6a12578d00e680d;hp=7f0d1fc477e5a7e8e9d1b27434c3af33b69c02c2;hpb=66bbd9296bdb139e6abe95661b7d11d72a52f3c3;p=projects%2Fchimara%2Fchimara.git diff --git a/player/style.css b/player/style.css index 7f0d1fc..b012c76 100644 --- a/player/style.css +++ b/player/style.css @@ -25,8 +25,12 @@ * background-color (#hex-value) * text-align (left/right/center) */ -grid.normal { - font-size: 10; +grid { + font-size: 14; +} + +buffer { + font-size: 14; } grid.user1 { @@ -34,18 +38,12 @@ grid.user1 { background-color: #ffffff; } -buffer.normal { - font-size: 10; -} - buffer.header { - font-size: 14; font-weight: bold; text-align: center; } buffer.subheader { - font-size: 12; font-weight: bold; }