Opened 10 years ago
Closed 8 years ago
#11162 closed enhancement (fixed)
User Guide info boxes show too small a font
Reported by: | humdinger | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Website/Userguide Translator | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev47733.
The user guide shows info boxes with too small a font (e.g. Aplications).
As puckipedia pointed out on IRC, the font-size:0.9em is applied twice. To fix, replace in line 171 of Haiku-doc.css:
#content div {
with
#content>div {
I think this change has to be made at the online tool.
Change History (2)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Deployed, and will appear in trunk on the next export.
Note:
See TracTickets
for help on using tickets.
This will, however, also not apply the additional margins around info boxes. I kinda liked those.
I therefore propose to copy
from line 173 to line 227 of the .box-* declarations.