Merge "fix issue with css padding-top resulting hard to click links on chrome"

This commit is contained in:
Jenkins
2014-07-29 22:17:49 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -295,6 +295,10 @@ tr th, tr th .internal, tr th .added, tr th .changed
padding-left: 10px;
}
span.section, span.preface, span.chapter, span.book, span.appendix, span.glossary, span.part, span.set, span.reference{
padding-top: 0px;
}
#toolbar-inner {
width: 960px;
margin: 0 auto;

View File

@@ -295,6 +295,10 @@ tr th, tr th .internal, tr th .added, tr th .changed
padding-left: 10px;
}
span.section, span.preface, span.chapter, span.book, span.appendix, span.glossary, span.part, span.set, span.reference{
padding-top: 0px;
}
#toolbar-inner {
width: 960px;
margin: 0 auto;