Skip to content

Instantly share code, notes, and snippets.

@justinkelly
Created August 14, 2012 02:29
Show Gist options
  • Save justinkelly/3345840 to your computer and use it in GitHub Desktop.
Save justinkelly/3345840 to your computer and use it in GitHub Desktop.
Confluence - Easy Reader - Full width
/* reduce font size to same as normal theme */
body, p, td, table, th, .bodytext, .stepfield, .wiki-content, .wiki-content p, .wiki-content table, .wiki-content tr, .wiki-content td, .wiki-content th, .wiki-content ol, .wiki-content ul, .wiki-content li, h4.author {
font-size: 13px;
}
/* make full width */
#full-height-container {
width: 100% !important;
}
/* make full width */
#splitter-content
{
width:100% !important;
}
/* Header update */
breadcrumbs {
padding: 9px 0 7px 10px;
}
#header {
margin-top: 1px!important;
background-color: #A0A0A0;
}
/* search box fix up*/
#quick-search fieldset {
padding-top: 0;
margin-top: -3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment