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
This commit is contained in:
Henrik Levkowetz 2013-11-04 20:46:15 +00:00
parent 9302f9b7ab
commit 8e8cfc05db

View file

@ -52,7 +52,7 @@ a img { border: 0; }
.ietf-box { background:#edf5ff; border: 1px solid #cccccc; }
.ietf-navbar { background-color: #edf5ff; padding:0; border: 1px solid #89d; margin-top:4px; }
.ietf-navbar { background-color: #edf5ff; padding:0; border: 1px solid #89d; margin-top:4px; width: 130px; }
.ietf-navbar ul { padding: 0; margin: 0; }
.ietf-navbar ul li { list-style: none; padding: 0; margin: 0; font-size: 93%; padding: 2px 0px 2px 0px; }
.ietf-navbar ul li.yuimenuitem { padding: 0px 0px 1px 0px; border: 0;}