diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index 6a99f3a70658..f15f13dd5dd2 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -641,6 +641,12 @@ ul.events > li { vertical-align: top; } +.table > tbody > tr.head > td, +.table > tbody > tr.head > th { + border-bottom: 2px solid #ddd; + padding-top: 50px; +} + @media only screen and (min-width: 769px) and (max-width: 991px) { .main-body-grid { margin-top: 160px; diff --git a/docs/content/guide/$location.ngdoc b/docs/content/guide/$location.ngdoc index c54cc1a216d5..03833c06ae26 100644 --- a/docs/content/guide/$location.ngdoc +++ b/docs/content/guide/$location.ngdoc @@ -771,8 +771,8 @@ then uses the information it obtains to compose hashbang URLs (such as