Created
May 30, 2014 15:25
-
-
Save krmd/09ad7e7fc314bb36adc8 to your computer and use it in GitHub Desktop.
WooTheme Canvas: CSS
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
/* Remove Comment are Closed | |
.nocomments { | |
display: none; | |
}*/ | |
/* Change User Avatoar to Square | |
#post-author .profile-image img, #comments .avatar img { | |
border-radius: 0; | |
-moz-border-radius: 0; | |
-webkit-border-radius: 0; | |
} | |
/* Remove Image Border | |
.entry img, img.thumbnail { | |
background: none; | |
border: medium none; | |
padding: 5px; | |
}*/ | |
/*Move Logo Center | |
#logo { float: none; margin: 0 auto; width: 300px; }*/ | |
/* Center Navagation | |
#navigation { | |
position: relative; | |
} | |
#main-nav { | |
clear: left; | |
float: left; | |
list-style: none; | |
margin: 0; | |
padding: 0; | |
position: relative; | |
left: 50%; | |
text-align: center; | |
} | |
.nav li { | |
display: block; | |
float: left; | |
list-style: none; | |
margin: 0; | |
padding: 0; | |
position: relative; | |
right: 50%; | |
} | |
.nav li.hover, .nav li.hover { | |
position: relative; | |
} | |
.nav li ul li { | |
left: 0; | |
}*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment