Created
September 26, 2014 01:33
-
-
Save tdominey/cf17b1bc344a4ef3c778 to your computer and use it in GitHub Desktop.
Hide aside in Elementary content.lens
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
body.k-lens-content aside section { | |
display:none; | |
} | |
/* or for a specific one */ | |
body.k-lens-content aside section:first-child { | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment