Tweak doc css to avoid overlapping with search box

Make the title lower, so it no longer overlaps with the search box.

Before and after screenshots: http://imgur.com/a/s7CO9

Change-Id: Ibfe062b34dc2af665aad239eefd498407cc34915
This commit is contained in:
Yuxuan 'fishy' Wang
2015-09-16 19:40:00 -07:00
parent 39a05b6f00
commit b5032e1aef

View File

@@ -17,6 +17,10 @@ h1, h2, h3 {
border-bottom: 2px solid silver;
}
h1 {
margin-top: 1.5em;
}
p {
margin: 0.5em 0 0.5em 0;
}