changeset 69:ef7e08a19d56 development

Word wrap long text in getting-started page. Add margin to front page for smaller screen sizes
author Jie Kang <jkang@redhat.com>
date Mon, 28 Nov 2016 16:30:52 -0500
parents d3baea22ad57
children b5c26476b5b9
files content/getting-started/content.html content/home/content.html css/style.less
diffstat 3 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/content/getting-started/content.html	Fri Nov 25 16:50:18 2016 -0500
+++ b/content/getting-started/content.html	Mon Nov 28 16:30:52 2016 -0500
@@ -20,7 +20,7 @@
         </div>
       </div>
 
-      <div class="panel panel-default">
+      <div class="panel panel-default wordwrap">
         <div class="panel-heading">
           <h2 class="panel-title">Installation</h2>
         </div>
--- a/content/home/content.html	Fri Nov 25 16:50:18 2016 -0500
+++ b/content/home/content.html	Mon Nov 28 16:30:52 2016 -0500
@@ -23,7 +23,7 @@
             </div>
         </div>
         <div class="col-sm-6">
-            <div style="margin-top: 25px;">
+            <div style="margin-top: 25px; margin-bottom: 25px;">
                 <h3 class="white">
                     Using Thermostat is quick and easy.
                 </h3>
--- a/css/style.less	Fri Nov 25 16:50:18 2016 -0500
+++ b/css/style.less	Mon Nov 28 16:30:52 2016 -0500
@@ -286,6 +286,10 @@
 }
 
 /* text */
+
+.wordwrap {
+    word-wrap: break-word;
+}
 /**/
 h1 {
     color: @dark-blue;