Team:UNITN-Trento/CSS/Project pages

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
@import url(http://fonts.googleapis.com/css?family=Boogaloo);
@import url(http://fonts.googleapis.com/css?family=Boogaloo);
-
.tn-content h1 {
+
#tn-content h1 {
     border: none;
     border: none;
     font-family: 'Boogaloo', cursive;
     font-family: 'Boogaloo', cursive;
Line 7: Line 7:
}
}
-
.tn-content .subtitle {
+
#tn-content .subtitle {
     font-weight: bold;
     font-weight: bold;
}
}

Revision as of 09:03, 20 August 2013

@import url(http://fonts.googleapis.com/css?family=Boogaloo);

  1. tn-content h1 {
   border: none;
   font-family: 'Boogaloo', cursive;
   font-size: 2.5em;

}

  1. tn-content .subtitle {
   font-weight: bold;

}