Skip to content

Commit

Permalink
[#841] Initialize large_media_query variable
Browse files Browse the repository at this point in the history
  • Loading branch information
afuna committed Jul 27, 2014
1 parent 6ce0e33 commit 672d993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions styles/snakesandboxes/layout.s2
Expand Up @@ -154,6 +154,7 @@ function ReplyPage::print_comment (Comment c) {

function print_stylesheet () {
var string medium_media_query = generate_medium_media_query();
var string large_media_query = generate_large_media_query();

var string entry_background = generate_background_css ($*image_background_entry_url, $*image_background_entry_repeat, $*image_background_entry_position, $*color_entry_background);
var string entry_colors = generate_color_css($*color_entry_text, $*color_entry_background, $*color_entry_border);
Expand Down
1 change: 1 addition & 0 deletions styles/trifecta/layout.s2
Expand Up @@ -438,6 +438,7 @@ function Page::print() {

function print_stylesheet () {
var string medium_media_query = generate_medium_media_query();
var string large_media_query = generate_large_media_query();

var string header_background = generate_background_css ($*image_background_header_url, $*image_background_header_repeat, $*image_background_header_position, $*color_header_background);
if ($*image_background_header_height > 0) {
Expand Down

0 comments on commit 672d993

Please sign in to comment.