gnucash-htdocs beta: new_features-4.0: still trying...

John Ralls jralls at code.gnucash.org
Fri Jun 26 17:19:56 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/76b61fcc (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/c6024fc2 (commit)



commit 76b61fcce746e0e95225f44efa0cf88c7b16352b
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 26 14:19:51 2020 -0700

    new_features-4.0: still trying...

diff --git a/externals/gnucash.css b/externals/gnucash.css
index e738fd0..99533cc 100644
--- a/externals/gnucash.css
+++ b/externals/gnucash.css
@@ -39,9 +39,8 @@ BODY {
 }
 
 .row {
-    clear: both;
+    display: block;
 }
-
 .center {
    text-align:center;
 }
@@ -73,7 +72,8 @@ BODY {
 }
 
 .featurecontainer {
-   clear:right;
+    display: block;
+    clear: right;
 }
 
 h1.featuresection {



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



More information about the gnucash-changes mailing list