git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@172
ddfedd41-794f-dd11-ae45-
00112f111e67
-/* Possible selectors:
+/* Possible windows:
+ * grid
+ * buffer
+ *
+ * Possible selectors:
* normal
* emphasized
* preformatted
* 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 {
}
buffer.subheader {
- font-size: 14;
+ font-size: 16;
font-weight: bold;
}