From: Marijn van Vliet Date: Tue, 17 Nov 2009 12:06:03 +0000 (+0000) Subject: Updated default styles to use a slightly larger font X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=commitdiff_plain;h=b85e6bd2c1dfd95b4972429512355dc69f483633 Updated default styles to use a slightly larger font git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@172 ddfedd41-794f-dd11-ae45-00112f111e67 --- diff --git a/tests/style.css b/tests/style.css index 7677853..4a0d51f 100644 --- a/tests/style.css +++ b/tests/style.css @@ -1,4 +1,8 @@ -/* Possible selectors: +/* Possible windows: + * grid + * buffer + * + * Possible selectors: * normal * emphasized * preformatted @@ -20,8 +24,17 @@ * background-color (#hex-value) * text-align (left/right/center) */ +grid.normal { + font-size: 14; +} + +grid.user1 { + color: #303030; + background-color: #ffffff; +} + buffer.normal { - font-size: 12; + font-size: 14; } buffer.header { @@ -31,7 +44,7 @@ buffer.header { } buffer.subheader { - font-size: 14; + font-size: 16; font-weight: bold; }