You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2017/04/13 18:54:53 UTC

[whimsy] branch master updated: Improve display on small/mobile

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

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  f56b4db   Improve display on small/mobile
f56b4db is described below

commit f56b4db62541c5ec7428cb916e6c8a68730b7320
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Thu Apr 13 14:54:48 2017 -0400

    Improve display on small/mobile
---
 www/index.html      |  6 +++---
 www/technology.html | 13 +++++++++----
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/www/index.html b/www/index.html
index ad1a02e..c7ff510 100644
--- a/www/index.html
+++ b/www/index.html
@@ -29,12 +29,12 @@
             <img title="ASF Logo" alt="ASF Logo" width="250" height="101" style="margin-left: 10px; margin-top: 10px;" src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/>
           </a>
         </div>
-        <div class="col-sm-2 col-xs-2">
+        <div class="col-sm-3 col-xs-3">
           <a href="/">
-            <img title="Whimsy logo" alt="Whimsy hat" src="https://whimsy.apache.org/whimsy.svg" height="101"/>
+            <img title="Whimsy logo" alt="Whimsy hat" src="https://whimsy.apache.org/whimsy.svg" width="145" height="101"/>
           </a>
         </div>
-        <div class="col-sm-6 col-xs-9 align-bottom">
+        <div class="col-sm-5 col-xs-9 align-bottom">
           <ul class="nav nav-tabs">
             <li role="presentation">
               <a href="https://github.com/apache/whimsy/">
diff --git a/www/technology.html b/www/technology.html
index 21434a6..171f2ec 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -16,17 +16,17 @@
 <body>
   <div class="header container-fluid">
     <div class="row">
-      <div class="col-md-4 col-sm-4 hidden-xs">
+      <div class="col-sm-4 hidden-xs">
         <a href="https://www.apache.org/">
           <img title="ASF Logo" alt="ASF Logo" width="250" height="101" style="margin-left: 10px; margin-top: 10px;" src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/>
         </a>
       </div>
-      <div class="col-md-3 col-sm-3 col-xs-3">
+      <div class="col-sm-3 col-xs-3">
         <a href="/">
-          <img title="Whimsy logo" alt="Whimsy hat" src="https://whimsy.apache.org/whimsy.svg" height="101"/>
+          <img title="Whimsy logo" alt="Whimsy hat" src="https://whimsy.apache.org/whimsy.svg" width="145" height="101"/>
         </a>
       </div>
-      <div class="col-md-5 col-sm-5 col-xs-8 align-bottom">
+      <div class="col-sm-5 col-xs-9 align-bottom">
         <ul class="nav nav-tabs">
           <li role="presentation">
             <a href="https://github.com/apache/whimsy/">
@@ -39,6 +39,11 @@
             </a>
           </li>
           <li role="presentation">
+            <a href="status/">
+              Server status
+            </a>
+          </li>
+          <li role="presentation" class="active">
             <a href="/technology">
               About this site
             </a>

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].