gnucash maint: Fix missing leading dot in sheet specification.

John Ralls jralls at code.gnucash.org
Tue Jul 10 10:12:35 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/e6ea84ba (commit)
	from  https://github.com/Gnucash/gnucash/commit/38748f20 (commit)



commit e6ea84ba5830b38121aa927d4373f956b9accfa2
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 10 07:12:21 2018 -0700

    Fix missing leading dot in sheet specification.

diff --git a/doc/gtk-3.0.css b/doc/gtk-3.0.css
index 4b56b89..139e1dc 100755
--- a/doc/gtk-3.0.css
+++ b/doc/gtk-3.0.css
@@ -20,11 +20,11 @@
 */
 
 /* Register sheet font setting */
-sheet {
+.sheet {
   font: 18px arial, sans-serif;
 }
 
-sheet calendar {
+.sheet calendar {
   font: 12px arial, sans-serif;
 }
 



Summary of changes:
 doc/gtk-3.0.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list