Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#bottom-nav {
  position: absolute;
  z-index: 1;
  top: 150px;
  left: 1em;
  height: 64px;
}

#bottom-nav .portlet {
	margin: .5em 0 0;
border: 1px solid red;
}

#bottom-nav h3 {
	color: #444;
	text-align: left;
	display: inline;
border: 1px black solid;
}
#bottom-nav h3:after {
	content: ':';
}

#bottom-nav .pBody {
	display: inline;
border: 1px solid blue;
}