Skip to content

Commit

Permalink
- Updated print media styles so that the site renders appropriately a…
Browse files Browse the repository at this point in the history
…s a single document
  • Loading branch information
JamesMBligh committed Nov 11, 2018
1 parent a7f9c0c commit 52e8797
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
Binary file modified docs/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>API Reference</title>
<title>Consumer Data Standards</title>
<link href="images/images/favicon.ico" rel="icon" type="image/ico" />

<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/stylesheets/print.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified slate/source/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion slate/source/index.html.md
@@ -1,5 +1,5 @@
---
title: API Reference
title: Consumer Data Standards

language_tabs: # must be one of https://git.io/vQNgJ
- shell
Expand Down
9 changes: 8 additions & 1 deletion slate/source/stylesheets/print.css.scss
Expand Up @@ -36,6 +36,12 @@ body {
display: block;
}

.logo {
background-color: black;
margin-bottom: 10px;
width:100%;
}

.content {
font-size: 12px;

Expand Down Expand Up @@ -90,6 +96,7 @@ body {
border: 2px solid $print-color-light;
border-width: 2px 0;
text-align: center;
page-break-before: always;
}

h2 {
Expand Down Expand Up @@ -144,4 +151,4 @@ body {
aside.success:before {
@extend %icon-ok-sign;
}
}
}

0 comments on commit 52e8797

Please sign in to comment.