From 5c686830ccc98848ec7819807717ac75fbc0f4cb Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Sat, 28 Dec 2013 14:28:46 +0100 Subject: [PATCH] Test an image frame and note. --- externals/gnucash.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/externals/gnucash.css b/externals/gnucash.css index db6e70cc..8dce8e50 100644 --- a/externals/gnucash.css +++ b/externals/gnucash.css @@ -705,7 +705,7 @@ h2.download-title { box-shadow: 0 0 4px silver; } -#figure { +figure { background-color: #EEEEEE; border: 1px solid #CCCCCC; margin: auto; @@ -713,12 +713,12 @@ h2.download-title { width: 80%; } -#table.figure th { +table.figure th { font-weight: bold; text-align: center; } -#table.figure td { +table.figure td { background-color: #FFFFFF; border: 1px solid #CCCCCC; padding: 2px;