Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Code macro Title font size

George Vanecek
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 23, 2012

To change the code body font size, I have

  1. div.codeContent.panelContent {
  2. font-size: 12px;
  3. }

in the PDF Stylesheet which works great, but this does not affect code title. What is the CSS div tag for also changing the code title in the PDF export? The default is way too large, seems to be around 28.

Thanks

1 answer

0 votes
George Vanecek
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 23, 2012

Found the answer from reverse engineering the HTML generating the page. The answer is to add div.codeHeader.panelHeader.

* This should fix the bug in the code plugin rendering too large a font. */
div.codeContent.panelContent {
  font-size: 12px; 
}
div.codeHeader.panelHeader {
  font-size: 14px;
  font-weight: bold;
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events