gnucash-htdocs master: Test an image frame and note.

Cristian Marchi cmarchi at code.gnucash.org
Sat Dec 28 08:28:54 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/2864b9ee (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/af09c9fc (commit)



commit 2864b9eea120e6a78c28170b725fd6e5182e19f6
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sat Dec 28 14:28:46 2013 +0100

    Test an image frame and note.

diff --git a/externals/gnucash.css b/externals/gnucash.css
index db6e70c..8dce8e5 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;



Summary of changes:
 externals/gnucash.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list