Skip to content

Commit c07c5d0

Browse files
committed
Changed menu font from PT Sans Caption to PT Sans on request from Lars
- Legacy-Id: 9442
1 parent d4bd6c3 commit c07c5d0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

static/css/ietf.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ body { padding-top: 70px; }
5858
/* See http://eichefam.net/2012/04/12/scrollable-menus-in-bootstrap/ */
5959
.dropdown-submenu:hover > .dropdown-menu {
6060
height: auto;
61-
max-height: 400px;
61+
max-height: 600px;
6262
overflow-x: hidden;
6363
overflow-y: auto;
6464
}
@@ -68,16 +68,15 @@ body { padding-top: 70px; }
6868
.nav-header:not(:first-child) { padding: 10px 0 2px 0 }
6969

7070
.navbar {
71-
font-family: "PT Sans Caption", "Trebuchet", "Seravek", sans-serif;
71+
font-family: "PT Sans", "Trebuchet", "Seravek", sans-serif;
7272
}
7373

7474
.nav-stacked>li, .nav-stacked>li+li { margin: 0; line-height: 1.214; }
7575
.nav-stacked>li>a { padding: 0.125em 0.5em; }
7676

7777
.leftmenu {
7878
max-width: 195px;
79-
font-family: "PT Sans Caption", "Trebuchet", "Seravek", sans-serif;
80-
font-size: 0.917em;
79+
font-family: "PT Sans", "Trebuchet", "Seravek", sans-serif;
8180
}
8281
.leftmenu .nav {
8382
overflow-wrap: break-word

0 commit comments

Comments
 (0)