• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • assets
  • sass
  • print-styles.scss
  • Dan Brown's avatar
    Added revisioning to assets and added print styles. Closes #23. · 9425f227
    9425f227
    Dan Brown authored 2015-10-22 19:41:49 +0100
print-styles.scss 346 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
@import "variables";

header {
  display: none;
}

body {
  font-size: 12px;
}

.faded-small {
  display: none;
}

.page-content {
  margin: 0 auto;
}

.print-hidden {
  display: none;
}

.print-full-width {
  width: 100%;
  float: none;
  display: block;
}

h2 {
  font-size: 2em;
  line-height: 1;
  margin-top: 0.6em;
  margin-bottom: 0.3em;
}