gnucash-htdocs beta: new_features-4.0: still trying #2

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


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



commit 4d14e9cbed1e40e2a949d9391ed45cb0b0acfcb8
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 26 14:22:18 2020 -0700

    new_features-4.0: still trying #2

diff --git a/new_features-4.0.phtml b/new_features-4.0.phtml
index 5a3b18d..5c476ab 100644
--- a/new_features-4.0.phtml
+++ b/new_features-4.0.phtml
@@ -13,7 +13,7 @@ include("$top_dir/externals/menu.phtml");
         <div class="featureborder">
             <h2 class="featuretitle"><?php echo T_("Major Highlights");?></h2>
         </div>
-        <div>
+        <div class="row">
             <div class=center>
                 <img class="featureimage"
                      src="<?=$top_dir?>/images/4.0-release/trans-assoc.png"
@@ -27,7 +27,7 @@ include("$top_dir/externals/menu.phtml");
                 </ul>
             </p>
         </div>
-        <div>
+        <div class="row">
             <div class=center>
                 <video class="featureimage" controls>
                     <source src="<?=$top_dir?>/images/4.0-release/select_account.mp4" type="video/mp4">
@@ -40,7 +40,7 @@ include("$top_dir/externals/menu.phtml");
                     <li><?php echo T_("New type-ahead search is added to sequential search when selecting an account or an Action in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want.");?></li>
                 </ul></p>
         </div>
-        <div>
+        <div class="row">
             <div class=center>
                 <img class="featureimage"
                      src="<?=$top_dir?>/images/4.0-release/edit_online_import.png"
@@ -53,7 +53,7 @@ include("$top_dir/externals/menu.phtml");
                 </ul>
             </p>
         </div>
-        <div>
+        <div class="row">
             <div class="center">
                 <img class="featureimage" src="<?=$top_dir?>/images/4.0-release/gnucash-cli.png" alt="Command-Line" />
             </div>



Summary of changes:
 new_features-4.0.phtml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list