Repository: hbase
Updated Branches:
  refs/heads/asf-site 6143dd2ea -> 0c823d25f


Test another CSS tweak


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

Branch: refs/heads/asf-site
Commit: 0c823d25fe7ba0dba65a0cfd32f20efb8708ce2d
Parents: 6143dd2
Author: Misty Stanley-Jones <[email protected]>
Authored: Wed Nov 11 08:46:15 2015 +1000
Committer: Misty Stanley-Jones <[email protected]>
Committed: Wed Nov 11 08:46:15 2015 +1000

----------------------------------------------------------------------
 css/site.css | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/0c823d25/css/site.css
----------------------------------------------------------------------
diff --git a/css/site.css b/css/site.css
index 4cf0ab0..f316a25 100644
--- a/css/site.css
+++ b/css/site.css
@@ -19,6 +19,13 @@
 
 
/*@import(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css);
 
@import(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap-responsive.css);*/
+
+html {
+  box-sizing: border-box;
+}
+*, *:before, *:after {
+  box-sizing: inherit;
+}
 html {
   background-color: #fff;
 }

Reply via email to