Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Created June 19, 2014 04:40
Show Gist options
  • Save hitsujixgit/18bf5622abdae40edc41 to your computer and use it in GitHub Desktop.
Save hitsujixgit/18bf5622abdae40edc41 to your computer and use it in GitHub Desktop.
テンプレートフォルダ内の画像を使用する - index.phpをカスタマイズする#3
#header #site-title-wrapper {
float: left;
}
#wplogo-image {
display: block;
float: right;
margin: 30px 10px 0;
}
ul#main-nav {
clear: both;
margin: 0;
padding: 0;
height: 35px;
background-color: #777;
border-radius: 3px;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment