Created
March 24, 2015 16:29
-
-
Save archonic/d3fee43ef2928d975811 to your computer and use it in GitHub Desktop.
Canvas child starting point
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
/* | |
Theme Name: Canvas Child | |
Description: Canvas Child Theme Description | |
Author: Joshua Mark | |
Template: canvas | |
Version: 1.0.0 | |
License: GNU General Public License v2 or later | |
License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
Tags: canvas, wddm, cats | |
Text Domain: canvas-child | |
*/ | |
@import url( ../canvas/style.css ); | |
/* Canvas child theme modifications */ | |
/* move the slider up to meet the navbar */ | |
#main-sidebar-container { | |
margin-top: -40px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment