User:AngelinaBelle/smfcurve.css From Online Manual

Jump to: navigation, search

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.
UL.Stripped
{
	list-style: none; 
	margin-left: 0px; 
}
UL.Stripped li
{
	list-style: none;
	margin-left: 0px;
}
ul.InlineBars, ul.InlineBars3
{
	width:100%; 
	margin: 0%; 
	text-align: left;
}
ul.InlineBars li, ul.InlineBars3 li
{
	display: inline; 
	border-left: 1px solid;
	padding: 0%; 
	margin: 0%;
	margin-left: 1%
}
ul.InlineBars:first-child, ul.InlineBars3:first-child
{
	border-left: none;
}
ul.InlineBars3
{
     width: 100%;
     border: 1px solid orange;
}
ul.InlineBars3 li
{
       width: 30%;
       margin-left: 1%;
       display: block;
}


Advertisement: