Sha256: 1b14667043fc83f9482506eb0629dc8858f48e84aad2f48a658bae611b2704b1

Contents?: true

Size: 696 Bytes

Versions: 73

Compression:

Stored size: 696 Bytes

Contents

<?php
/*
This file is a wrapper, for use in PHP environments, which serves boxsizing.htc using the
correct content-type, so that IE will recognize it as a behavior.  Simply specify the
behavior property to fetch this .php file instead of the .htc directly:

//
// Reset box sizing
//
* {
  margin: 0;
  @include box-sizing(border-box);
  *behavior: url(/sites/all/libraries/boxsizing/boxsizing.php);
}

This is only necessary when the web server is not configured to serve .htc files with
the text/x-component content-type, and cannot easily be configured to do so (as is the
case with some shared hosting providers).
*/

header( 'Content-type: text/x-component' );
include( 'boxsizing.htc' );
?>

Version data entries

73 entries across 72 versions & 5 rubygems

Version Path
singularitygs-1.2.3 templates/box-sizing/behaviors/box-sizing/boxsizing.php
singularitygs-1.2.1 templates/box-sizing/behaviors/box-sizing/boxsizing.php
compass-aurora-os-0.3.2 templates/box-sizing/behaviors/box-sizing/boxsizing.php
compass-aurora-os-0.3.0 templates/box-sizing/behaviors/box-sizing/boxsizing.php
compass-aurora-os-0.3.0.alpha templates/box-sizing/behaviors/box-sizing/boxsizing.php
singularitygs-1.2.0 templates/box-sizing/behaviors/box-sizing/boxsizing.php
compass-aurora-os-0.2.3 templates/box-sizing/behaviors/box-sizing/boxsizing.php
compass-aurora-os-0.2.2 templates/box-sizing/behaviors/box-sizing/boxsizing.php
compass-aurora-os-0.2.1 templates/box-sizing/behaviors/box-sizing/boxsizing.php
singularitygs-1.2.0.rc.6 templates/box-sizing/behaviors/box-sizing/boxsizing.php
compass-aurora-os-0.2.0 templates/box-sizing/behaviors/box-sizing/boxsizing.php
compass-aurora-3.0.9 templates/box-sizing/behaviors/box-sizing/boxsizing.php
singularitygs-1.2.0.rc.3 templates/box-sizing/behaviors/box-sizing/boxsizing.php
singularitygs-1.2.0.rc.1 templates/box-sizing/behaviors/box-sizing/boxsizing.php
compass-aurora-os-0.1.0 templates/box-sizing/behaviors/box-sizing/boxsizing.php
toolkit-1.3.8 templates/box-sizing/behaviors/box-sizing/boxsizing.php
toolkit-1.3.7 templates/box-sizing/behaviors/box-sizing/boxsizing.php
toolkit-1.3.6 templates/box-sizing/behaviors/box-sizing/boxsizing.php
singularitygs-1.1.2 templates/box-sizing/behaviors/box-sizing/boxsizing.php
singularitygs-1.1.1 templates/box-sizing/behaviors/box-sizing/boxsizing.php