/*
 Theme Name:     Garfunkel Child Theme
 Theme URI:      http://christine-coenen.de/blog/
 Description:    Garfunkel Child Theme
 Author:         Christine Coenen
 Author URI:     http://christine-coenen.de/
 Template:       garfunkel
 Version:        1.0.0
*/
 
@import url("../garfunkel/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Image does not overflow the content area */
.wp-caption {
    max-width: 96%;
}

/* smaller font size for code editor */
.syntaxhighlighter div code,
.syntaxhighlighter .gutter .line {
	font-size: 0.7em !important;
}
.syntaxhighlighter .gutter .line {
	line-height: 1.571em !important;
}