Skip to content

Commit 72de981

Browse files
committed
Reduce submenu line-height somewhat. Related to issue ietf-tools#1708.
- Legacy-Id: 9645
1 parent 074a46f commit 72de981

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

static/css/ietf.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ body { padding-top: 70px; }
3232
-webkit-border-radius: 0 6px 6px 6px;
3333
-moz-border-radius: 0 6px 6px 6px;
3434
border-radius: 0 6px 6px 6px;
35+
line-height: 1.2;
36+
}
37+
.dropdown-submenu > .dropdown-menu li a{
38+
line-height: 1.2;
3539
}
3640
.dropdown-submenu > a:after {
3741
display: block;
@@ -379,3 +383,5 @@ tbody.plain tr td { border-top: 0; }
379383

380384

381385
td.ad div { border-bottom: solid #ccc 1px; }
386+
387+
.milestone { font-style: italic; }

0 commit comments

Comments
 (0)