Skip to content

Commit 8e8cfc0

Browse files
committed
Changed things so the left-side navbar doesn't jump to full page width in the instant before the main content is loaded. NB: Cleanup action needed: replace all px dimensions with em, consistently.
- Legacy-Id: 6650
1 parent 9302f9b commit 8e8cfc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/base2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ a img { border: 0; }
5252

5353
.ietf-box { background:#edf5ff; border: 1px solid #cccccc; }
5454

55-
.ietf-navbar { background-color: #edf5ff; padding:0; border: 1px solid #89d; margin-top:4px; }
55+
.ietf-navbar { background-color: #edf5ff; padding:0; border: 1px solid #89d; margin-top:4px; width: 130px; }
5656
.ietf-navbar ul { padding: 0; margin: 0; }
5757
.ietf-navbar ul li { list-style: none; padding: 0; margin: 0; font-size: 93%; padding: 2px 0px 2px 0px; }
5858
.ietf-navbar ul li.yuimenuitem { padding: 0px 0px 1px 0px; border: 0;}

0 commit comments

Comments
 (0)