aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/test-encyclopedia.html
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-04-30 21:38:04 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-01 22:22:55 +0000
commit3fb27ca6770ba3239955ab7c37fad979d0df04e2 (patch)
tree4f0eaea74cf96950a3f87a0a6748e53d3aec8f59 /site/docs/test-encyclopedia.html
parent59682ac224651eafb52c0804159c072ff2bd43ab (diff)
Improvements to bazel.io.
* Move sidebar nav on docs and community pages to left side so that the sidebar shows at the top of the page in mobile. Improve appearance of sidebar nav. * Highlight navbar link depending on current page. * Switch Markdown renderer to Redcarpet to enable Pygments highlighting of fenced code blocks (```python etc.) such as on Skylark Cookbook page. * Change ```build to ```python on Skylark cookbook page. * Minor aesthetic tweaks to Install page * Make style of Feedburner widget consistent with rest of page. * Remove use of site_root from layouts and pages since it is no longer necessary after kchodorow@ added JS to redirect from github.google.com/bazel to bazel.io -- MOS_MIGRATED_REVID=92494349
Diffstat (limited to 'site/docs/test-encyclopedia.html')
-rw-r--r--site/docs/test-encyclopedia.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html
index cd69c4b402..8ea40c3ac4 100644
--- a/site/docs/test-encyclopedia.html
+++ b/site/docs/test-encyclopedia.html
@@ -6,8 +6,8 @@
<title>Bazel Test Encyclopedia</title>
<body>
-<h1>Bazel Test Encyclopedia<br/>
-<small>An Exhaustive Specification of the Test Execution Environment</small></h1>
+<h1>Bazel Test Encyclopedia</h1>
+<p class="lead">An Exhaustive Specification of the Test Execution Environment</p>
<h2>Background</h2>