Skip to content

Commit 11071d9

Browse files
committed
Minor css refactoring.
- Legacy-Id: 9387
1 parent 384e365 commit 11071d9

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

ietf/templates/ietf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
{% if not hide_menu %} {# ugly hack for the more or less unported meeting agenda edit pages #}
7171
<div class="row">
72-
<div class="col-xs-3 col-md-2 leftmenu col-fixed-leftmenu">
72+
<div class="col-xs-3 col-md-2 leftmenu">
7373
<ul class="nav nav-pills nav-stacked panel panel-default panel-body">
7474
{% include "base/menu.html" with flavor="left" %}
7575
</ul>

static/css/ietf.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ body { padding-top: 70px; }
6868
.nav-header:not(:first-child) { padding: 10px 0 2px 0 }
6969
.nav-stacked>li, .nav-stacked>li+li { margin: 0; line-height: 1.214; }
7070
.nav-stacked>li>a { padding: 2px 8px; }
71+
.leftmenu {
72+
max-width: 200px;
73+
}
7174
.leftmenu .nav { overflow-wrap: break-word }
7275

7376
/* Hack to make anchor-targets take up a bit more space vertically
@@ -301,7 +304,3 @@ form.add-email textarea {
301304
table.materials .snippable {
302305
width: 25em;
303306
}
304-
305-
.col-fixed-leftmenu {
306-
max-width: 200px;
307-
}

0 commit comments

Comments
 (0)