Skip to content
Snippets Groups Projects
Commit 5659c62b authored by bigbes's avatar bigbes
Browse files

Minor update of site design (enable scrolling) + fix benchmark.html typo

parent 3beb0892
No related branches found
No related tags found
No related merge requests found
html { html {
height:100%; height:100%;
font-size:100%; font-size:100%;
overflow-y: scroll;
-webkit-text-size-adjust:100%; -webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%; -ms-text-size-adjust:100%;
-webkit-font-smoothing:antialiased; -webkit-font-smoothing:antialiased;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{% block content %} {% block content %}
<section class="b-lightgray_block b-benchmark_top b-clearbox"> <section class="b-lightgray_block b-benchmark_top b-clearbox">
<div class="b-block-wrapper"> <div class="b-block-wrapper">
<h1 class="b-section-title">YCSB - Benchmark results:</h1> <h1 class="b-section-title">YCSB - Benchmark results</h1>
</div> </div>
</section> </section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment