You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/08/22 05:05:24 UTC

[incubator-iotdb-website] branch fix_url_0.8.0 updated: fix the layout in download page

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch fix_url_0.8.0
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git


The following commit(s) were added to refs/heads/fix_url_0.8.0 by this push:
     new ca39f39  fix the layout in download page
ca39f39 is described below

commit ca39f39404ee362cf89cae5496df4a28a9382508
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Thu Aug 22 13:05:14 2019 +0800

    fix the layout in download page
---
 src/views/Download.vue | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/src/views/Download.vue b/src/views/Download.vue
index 8ae7e2f..5dc9bf5 100644
--- a/src/views/Download.vue
+++ b/src/views/Download.vue
@@ -21,23 +21,18 @@
             </li>
             </ul>
           <p>Main features and change list of each version, please check <router-link to="/Materials/Release Notes">release notes</router-link>.</p>
-        </div>
-
-      </div>
 
-      <div class="row">
-        <div class="col-sm-8 download-section">
           <h2 class="download-title">Verifying Hashes and Signatures</h2>
           <p>
-          Along with our releases, we also provide sha512 hashes in *.sha512 files and
-          cryptographic signatures in *.asc files. The Apache Software Foundation has an extensive
-          tutorial to <a class="link-color" href="http://www.apache.org/info/verification.html">
-          verify
-          hashes and signatures </a> which you can follow by using any of these
-          release-signing <a class="link-color"
-                             href="https://dist.apache.org/repos/dist/dev/incubator/iotdb/KEYS">
-          KEYS </a>.
-        </p>
+            Along with our releases, we also provide sha512 hashes in *.sha512 files and
+            cryptographic signatures in *.asc files. The Apache Software Foundation has an extensive
+            tutorial to <a class="link-color" href="http://www.apache.org/info/verification.html">
+            verify
+            hashes and signatures </a> which you can follow by using any of these
+            release-signing <a class="link-color"
+                               href="https://dist.apache.org/repos/dist/dev/incubator/iotdb/KEYS">
+            KEYS </a>.
+          </p>
         </div>
         <my-sidebar/>
       </div>