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.
/* CSS placed here will be applied to all skins */
#bottom-nav {
position: relative;
top: 0px;
font-size: 75%;
padding-bottom: 2em;
margin: 2em 3.3em 0;
text-shadow: 0 2px 4px #fff, 0 2px 4px #fff, 0 1px 4px #fff;
float:left; /*makes the entire box enclose the list */
font-size:1.3em; /* SET FONT-SIZE HERE */
background-color:#CFCFCF; /* colors the background behind the box*/
}
#bottom-nav .portlet {
margin: .5em 0 0;
}
#bottom-nav h3 {
color: #444;
text-align: left;
display: inline;
}
#bottom-nav h3:after {
content: ':';
}
#bottom-nav .pBody {
display: inline;
}
#bottom-nav a {
color: #666;
}
#bottom-nav ul {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}
#bottom-nav ul li {
margin: 0 .5em;
display: inline;
}