Created
June 19, 2014 04:40
-
-
Save hitsujixgit/18bf5622abdae40edc41 to your computer and use it in GitHub Desktop.
テンプレートフォルダ内の画像を使用する - index.phpをカスタマイズする#3
This file contains hidden or 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
#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