Difference between revisions 82655 and 88981 on foundationwiki

#siteSub {
 display: inline;
 font-size: 120%;
 font-weight: normal;
}

/* Hide the sitenotice except on the main page;
   this avoids duplication when sending people
   to the fundraising forms here. */
#siteNotice {
 display: none;
}
.page-Home #siteNotice {
 display: block;
}

#fundraising {
 text-align: center;
 border: 1px solid gray;
 padding: 5px;
}

a,
a:link,
a:visited {
 text-decoration: none;
} 
a:hover {
 text-decoration: underline;
}
/* For [[Home]] */
body.page-Home.action-view #siteSub,
body.page-Home.action-view #contentSub,
body.page-Home.action-view h1.firstHeading {
    display: none !important;
}