loleaflet/dist/loleaflet.html |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

New commits:
commit 5966fc650f2770ce1753205928dd15da50fb9b6f
Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
Date:   Thu Feb 15 17:37:09 2018 +0100

    Improve about dialog
    
    Don't wrap other block elements in <p>, some cleanups
    
    Change-Id: I42fcff615cb5e67d413b065aa72cce5d42aa19c9
    Reviewed-on: https://gerrit.libreoffice.org/50161
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>
    (cherry picked from commit 542c87451c6c4527f74a5c73a2c57d5ce75c51c5)
    Reviewed-on: https://gerrit.libreoffice.org/50428

diff --git a/loleaflet/dist/loleaflet.html b/loleaflet/dist/loleaflet.html
index 621cbbcb..42505b50 100644
--- a/loleaflet/dist/loleaflet.html
+++ b/loleaflet/dist/loleaflet.html
@@ -80,15 +80,11 @@
     <div id="about-dialog" style="display:none; text-align: center; 
user-select: text">
       <h1 id="product-name">LibreOffice Online</h1>
       <hr/>
-      <h3 id="product-string"></h3>
-      <p>
-        <h3>LOOLWSD</h3>
-        <div id="loolwsd-version"></div>
-      </p>
-      <p>
-        <h3>LOKit</h3>
-        <div id="lokit-version"></div>
-      </p>
+      <p id="product-string"></p>
+      <h3>LOOLWSD</h3>
+      <div id="loolwsd-version"></div>
+      <h3>LOKit</h3>
+      <div id="lokit-version"></div>
     </div>
 
     <script>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to