Skip to content

Instantly share code, notes, and snippets.

@lukebrooker
Last active June 18, 2018 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukebrooker/02b9cc105441d1918a7393d0d747a070 to your computer and use it in GitHub Desktop.
Save lukebrooker/02b9cc105441d1918a7393d0d747a070 to your computer and use it in GitHub Desktop.
Confluence styles
/* Confluence specific */
.aui-layout {
padding-top: 0 !important;
font-family: "Open Sans", "-apple-system", "BlinkMacSystemFont", "avenir next", "avenir", "helvetica neue", "helvetica", "ubuntu", "roboto", "noto", "segoe ui", "arial", sans-serif;
}
.aui-page-panel {
width: 100% !important;
padding: 0 !important;
}
/* Custom */
.go1-header {
background-color: #36464B;
padding: 128px 32px;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment