mirror of https://github.com/apache/lucene.git
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:
parent
b26d67e722
commit
57cfdb1a48
|
@ -233,10 +233,14 @@ background-color: #347DBE;
|
|||
}
|
||||
|
||||
.nav > li > a {
|
||||
line-height: 30px;
|
||||
line-height: 20px;
|
||||
padding: 4px 10px;
|
||||
}
|
||||
|
||||
.nav-pills > li > a {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
ul#mysidebar {
|
||||
border-radius:0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue