Closed
Bug 806541
Opened 13 years ago
Closed 13 years ago
[devhub] CSS Tweaks to Devhub (via Bram)
Categories
(Marketplace Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jfong, Assigned: jfong)
References
()
Details
#document-navigation ol li {
font-size: 13px; /* increase */
line-height: 1.5em; /* increase */
}
#document-navigation ol a {
color: #333; /* remove this bit to make links colored like links */
}
#document-navigation ul li > h2 {
color: #666; /* remove this bit to make headings colored like the
rest of the text */
font-size: 20px; /* increase */
line-height: 1.5em; /* increase */
}
#page article {
font-size: 14px; /* increase */
line-height: 1.5em; /* increase */
}
#page h2 {
font: 300 22px; /* increase font-size. the rest of the line stays the same */
}
#page article h2, #page article h3, #page article dt {
color: #666; /* remove this bit to darken the heading */
margin: 1em 0 0; /* tighten line-spacing */
}
p, pre {
margin: 0.75em 0; /* tighten line-spacing */
}
#document-navigation ol a:hover, #document-navigation ol a.selected {
background-color: #fff; /* lighten */
}
| Assignee | ||
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•