Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
CSS Stylesheet
Wiki Markup
{style}
 	table#structureMetaTable {
 	border-collapse:collapse;
 	border:1px solid #000000;
 	width:95%;
 	}
 	table#structureMetaTable th.h {
 	border:1px solid #000000;
 	background-color:#eeeeee;
 	width:15%;
 	}
 	table#structureMetaTable td#structureName {
 	border:1px solid #000000;
 	width:85%;
 	}
 	table#structureMetaTable td#structureVersion {
 	border:1px solid #000000;
 	width:70%;
 	}
 	table#structureMetaTable td#structureVersionHistory {
 	border:1px solid #000000;
 	width:15%;
 	}
 	{style}