Created
February 11, 2015 15:00
-
-
Save jeremyboggs/77f250e4fb90e6069f4e to your computer and use it in GitHub Desktop.
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
#sidebar #filterNav { | |
margin-left:0; | |
margin-bottom: 20px !important; /*This changes the space between the project nav and the project tiles.*/ | |
padding-left:0; | |
background-color: #DDCAAA; /*this is the color of the project navigation bar*/ | |
text-align: center; | |
list-style: none; | |
line-height: 3; | |
max-width: 970px; | |
} | |
#sidebar #filterNav li { | |
display: inline-block; | |
margin: 0 5px; | |
} | |
#sidebar #filterNav a, | |
#sidebar #filterNav a:visited { | |
color: white; | |
} | |
.portfolio #content.threeFourth, | |
.portfolio #projects, | |
.tax-portfolio .thumbs { | |
width: 1000px; | |
float:none; | |
} | |
.portfolio #sidebar { | |
float:none; | |
width: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment