You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2015/12/15 17:56:40 UTC

hbase git commit: HBASE-14967 Remove max-width constraint from website skin

Repository: hbase
Updated Branches:
  refs/heads/master ef92a6a06 -> 64c55b489


HBASE-14967 Remove max-width constraint from website skin


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/64c55b48
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/64c55b48
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/64c55b48

Branch: refs/heads/master
Commit: 64c55b4893ba134f2b2ba849c23027c891638b5c
Parents: ef92a6a
Author: Misty Stanley-Jones <ms...@cloudera.com>
Authored: Fri Dec 11 10:10:50 2015 -0800
Committer: Misty Stanley-Jones <ms...@cloudera.com>
Committed: Tue Dec 15 08:56:35 2015 -0800

----------------------------------------------------------------------
 src/main/site/resources/css/site.css | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/64c55b48/src/main/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/main/site/resources/css/site.css b/src/main/site/resources/css/site.css
index 8e7acb6..3f42f5a 100644
--- a/src/main/site/resources/css/site.css
+++ b/src/main/site/resources/css/site.css
@@ -35,7 +35,6 @@ div#breadcrumbs,
 div#bodyColumn,
 footer {
   width: initial;
-  max-width: 1000px;
   padding-left: 20px;
   padding-right: 20px;
   clear: both;