User:Maiko Furubayashi/style.css: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 15: Line 15:
h2{
h2{
font-weight: bold;
font-weight: bold;
}
span .name{
color: #0000cc;
}
}

Revision as of 16:17, 29 August 2014

@import url(http://fonts.googleapis.com/css?family=Lato:300,700,300italic,700italic);

#content{
font-family: 'Lato', sans-serif;
}

#bodyContent{
padding:20px;
}

h1.firstHeading{
display:none;
}

h2{
font-weight: bold;
}

span .name{
color: #0000cc;
}