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

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 18: Line 18:


.name{
.name{
color: #0000cc;
color: #0000cc !important;
}
}

Revision as of 16:22, 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;
}

.name{
color: #0000cc !important;
}