Skip to content

Instantly share code, notes, and snippets.

@wokamoto
Last active December 17, 2015 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wokamoto/5643401 to your computer and use it in GitHub Desktop.
Save wokamoto/5643401 to your computer and use it in GitHub Desktop.
[WordPress] WordPress 10th Aniversary for Twenty Twelve (Jetpack custom css 用)
#masthead hgroup {
background: url("/path/to/wp-10th-aniversary.png") no-repeat scroll center center rgb(204,204,204);
height: 127px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
padding-left: 12px;
}
#masthead h2.site-description {
margin-top: 3.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment