MediaWiki:Familysearch.css: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
Line 14: Line 14:
div.tright{
div.tright{
   clear:right;
   clear:right;
}
#siteNotice{
  clear:both;
}
}
#siteNotice h3{
#siteNotice h3{
   font-size:0.9em;
   font-size:1em;
}
#siteNotice h3 .editsection{
  display:none;
}
}

Revision as of 22:49, 29 July 2010

___NORICHEDITOR___{}
/* IE PNG Fix \*/
img,div { behavior:url(/en/skins/familysearch/css/iepngfix.htc) }

h2, .h2 {
  clear:both;
}
div.tleft,div.tright{
  margin-bottom:30px;
}
div.tleft{
  clear:left;
}
div.tright{
  clear:right;
}
#siteNotice{
  clear:both;
}
#siteNotice h3{
  font-size:1em;
}
#siteNotice h3 .editsection{
  display:none;
}