pycco-docs / pycco

Literate-style documentation generator.

Home Page:https://pycco-docs.github.io/pycco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css edit

dschein opened this issue · comments

font-size for pre and code elements needs to be moved from the .docs p tt, .docs p code selector up to the .docs pre selector.

Results in:

.docs pre {
  margin: 15px 0 15px;
  padding-left: 15px;
  font-size: 12px;
}
.docs p tt, .docs p code {
  background: #f8f8ff;
  border: 1px solid #dedede;
  padding: 0 0.2em;
}