Ref Guide: fix line height changed in SOLR-11646 which inadvertently vertically stretched the left-hand nav;

adds a new CSS rule for tabbed sections on a page with the larger line height and changes back left-hand nav line height
This commit is contained in:
Cassandra Targett 2018-02-28 15:17:50 -06:00
parent b26d67e722
commit 57cfdb1a48
1 changed files with 5 additions and 1 deletions

View File

@ -233,10 +233,14 @@ background-color: #347DBE;
} }
.nav > li > a { .nav > li > a {
line-height: 30px; line-height: 20px;
padding: 4px 10px; padding: 4px 10px;
} }
.nav-pills > li > a {
line-height: 30px;
}
ul#mysidebar { ul#mysidebar {
border-radius:0; border-radius:0;
} }