You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2012/08/06 09:19:09 UTC

svn commit: r1369735 - /hama/site/trunk/css/site.css

Author: edwardyoon
Date: Mon Aug  6 07:19:08 2012
New Revision: 1369735

URL: http://svn.apache.org/viewvc?rev=1369735&view=rev
Log:
Website layout broken when browser width is small.

Modified:
    hama/site/trunk/css/site.css

Modified: hama/site/trunk/css/site.css
URL: http://svn.apache.org/viewvc/hama/site/trunk/css/site.css?rev=1369735&r1=1369734&r2=1369735&view=diff
==============================================================================
--- hama/site/trunk/css/site.css (original)
+++ hama/site/trunk/css/site.css Mon Aug  6 07:19:08 2012
@@ -80,7 +80,7 @@ pre {
 }
 
 #leftColumn {
- width: 170px;
+ max-width: 180px;
  float:left;
  overflow: auto;
 }
@@ -107,4 +107,4 @@ ul {
   margin-left:-0.7em;
 }
 
-body.topBarDisabled{padding-top:0px;}
\ No newline at end of file
+body.topBarDisabled{padding-top:0px;}