Sha256: ab20cd9dff82d0b09d3424c738a2c74c22a3e75031c208eec03676b593cd368a

Contents?: true

Size: 947 Bytes

Versions: 2

Compression:

Stored size: 947 Bytes

Contents

@import "compass/css3";

//-----------------------------------------------
// The following html5-boilerplate styles should
// probably be customized for each site
//-----------------------------------------------

h1, h2, h3, h4, h5, h6 {
  // Bold might not be the best choice if you are
  // embedding font faces that are already bold
  font-weight: bold;
}

strong, th {
  font-weight: bold;
}

small {
  // Use font-size mixin to convert to percentage for YUI
  // http://developer.yahoo.com/yui/3/cssfonts/#fontsize
  @include font-size(11px);  // approx 85% when base-font-size eq 13px
}

// Add the 'required' attribute on your
// inputs if you want to use these
input:valid {}
input:invalid {
  @include border-radius(1px);
  @include box-shadow(red, 0, 0, 5px, 0);
}


//-----------------------------------
// Add your own custom styles below
//-----------------------------------

body {}

#container {}

header {}

#main {}

footer {}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
html5-boilerplate-0.2.1 templates/project/partials/_page.scss
html5-boilerplate-0.2.0 templates/project/partials/_page.scss