From 5659c62b2f1063f2c457580facbfb9d755bc3ea7 Mon Sep 17 00:00:00 2001
From: bigbes <bigbes@gmail.com>
Date: Thu, 5 Feb 2015 15:14:40 +0300
Subject: [PATCH] Minor update of site design (enable scrolling) + fix
 benchmark.html typo

---
 doc/www/theme/static/design.css        | 1 +
 doc/www/theme/templates/benchmark.html | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/www/theme/static/design.css b/doc/www/theme/static/design.css
index f92fb2831b..7d89f1e579 100644
--- a/doc/www/theme/static/design.css
+++ b/doc/www/theme/static/design.css
@@ -1,6 +1,7 @@
 html {
     height:100%;
     font-size:100%;
+    overflow-y: scroll;
     -webkit-text-size-adjust:100%;
     -ms-text-size-adjust:100%;
     -webkit-font-smoothing:antialiased;
diff --git a/doc/www/theme/templates/benchmark.html b/doc/www/theme/templates/benchmark.html
index b2562e623a..140e5b4358 100644
--- a/doc/www/theme/templates/benchmark.html
+++ b/doc/www/theme/templates/benchmark.html
@@ -9,7 +9,7 @@
 {% block content %}
 <section class="b-lightgray_block b-benchmark_top b-clearbox">
   <div class="b-block-wrapper">
-    <h1 class="b-section-title">YCSB - Benchmark results:</h1>
+    <h1 class="b-section-title">YCSB - Benchmark results</h1>
   </div>
 </section>
 
-- 
GitLab