Skip to content

Instantly share code, notes, and snippets.

@tfnab
Created January 15, 2012 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfnab/1617623 to your computer and use it in GitHub Desktop.
Save tfnab/1617623 to your computer and use it in GitHub Desktop.
Tarski Child Theme: layout 140px wider
<?php
define('HEADER_IMAGE_WIDTH', 860);
define('HEADER_IMAGE_HEIGHT', 180);
$content_width = 640;
/*
Theme Name: My Tarski
Template: tarski
*/
body {
min-width: 900px;
}
#wrapper {
width: 900px;
}
body .primary {
width: 640px;
}
body .content img {
max-width: 640px;
}
body .content a img {
max-width: 638px;
}
body .wp-caption {
max-width: 630px;
}
body .content .wp-caption img {
max-width: 630px;
}
body .content .wp-caption a img {
max-width: 628px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment