From 078160410ad4209fb78f59ae8e04a6118914cdb5 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 19 Dec 2013 12:47:38 -0800 Subject: [PATCH] set fixed height for header div to ensure the next/prev links in the training bar are always aligned with TOC Change-Id: I34bb1967e3677bc94298837b0d8f0c6e7bcd8bbf --- tools/droiddoc/templates-sdk/assets/css/default.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css index c3eb8bcd9..0cecca6dd 100644 --- a/tools/droiddoc/templates-sdk/assets/css/default.css +++ b/tools/droiddoc/templates-sdk/assets/css/default.css @@ -428,6 +428,10 @@ video.with-shadow { border-bottom:0; padding:0; } +.content-header > div:first-child { + height:55px; /* set fixed height for the header div to ensure the + next/prev links align with toc on training classes */ +} .content-footer { border-top: 1px solid #ccc; @@ -1824,7 +1828,7 @@ EndColorStr='#ececec'); } #tb-wrapper { - margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */ + margin:-29px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */ } #tb,