Last active
December 17, 2015 17:08
-
-
Save wokamoto/5643401 to your computer and use it in GitHub Desktop.
[WordPress] WordPress 10th Aniversary for Twenty Twelve (Jetpack custom css 用)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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