img.center {
margin: 0 auto;
float: none;
+ text-align: center;
+}
+
+img.right {
+ float: right;
+ text-align: right;
+}
+
+h1.right,
+h2.right,
+h3.right,
+h4.right,
+h5.right,
+h6.right,
+p.right,
+span.right {
+ text-align: right;
+}
+
+h1.left,
+h2.left,
+h3.left,
+h4.left,
+h5.left,
+h6.left,
+p.left,
+span.left {
+ text-align: left;
}
/// @group media-query
////
+/// Body background color.
+/// @type Length
+$body-background-color: #333 !default;
+
/// Container width for small screens.
/// @type Length
$container-width-small: 95% !default;
@media only screen and (max-width: #{$small-range}) {
+ table,
+ table.body {
+ background: $body-background-color;
+ }
+
table.body img {
width: auto !important;
height: auto !important;
@for $i from 1 through ($grid-column-count - 1) {
td.large-offset-#{$i},
- th.large-offset-#{$i} {
+ td.large-offset-#{$i}.first,
+ td.large-offset-#{$i}.last,
+ th.large-offset-#{$i},
+ th.large-offset-#{$i}.first,
+ th.large-offset-#{$i}.last {
//1.5 takes in effect a whole empty cell.
padding-left: -zf-grid-calc-px($i, $grid-column-count, $container-width) + 1.5 * $grid-column-gutter;
}
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-webserver": "^0.9.1",
- "inky": "1.0.0-rc.1",
+ "inky": "1.0.0",
"lazypipe": "^1.0.1",
"media-query-extractor": "^0.1.1",
"panini": "^1.1.1",
$body-font-size: 14px;
$body-line-height: 19px;
$header-font-family: $global-font-family;
-$h1-font-size: 40px;
-$h2-font-size: 36px;
-$h3-font-size: 32px;
-$h4-font-size: 28px;
-$h5-font-size: 24px;
-$h6-font-size: 20px;
+$h1-font-size: 38px;
+$h2-font-size: 34px;
+$h3-font-size: 28px;
+$h4-font-size: 24px;
+$h5-font-size: 20px;
+$h6-font-size: 16px;
$small-font-size: 10px;
$lead-font-size: 18px;
$lead-line-height: 21px;
+
+<style type="text/css">
+ table.body {
+ background: red !important;
+ }
+</style>
+
<container>
<row>
<columns small="12" large="12">