| Summary: | Fix a missing line return in Network Servers doc | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Ken Reed <kreed002> | ||||
| Component: | Books & Articles | Assignee: | Gabor Kovesdan <gabor> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Ken Reed
2013-08-07 20:10:00 UTC
Responsible Changed From-To: freebsd-doc->wblock Take. Author: gabor Date: Wed Jan 22 10:27:50 2014 New Revision: 43624 URL: http://svnweb.freebsd.org/changeset/doc/43624 Log: - Render terms as bold and add some top margin to avoid sticking it to tables in the previous definition PR: docs/181121 Submitted by: Ken Reed <kreed002@gmail.com> Modified: head/share/misc/docbook.css Modified: head/share/misc/docbook.css ============================================================================== --- head/share/misc/docbook.css Wed Jan 22 10:07:19 2014 (r43623) +++ head/share/misc/docbook.css Wed Jan 22 10:27:50 2014 (r43624) @@ -124,6 +124,11 @@ dl { line-height: 1.2; } +dt { + font-weight: bold; + margin-top: 1em; +} + div.calloutlist dt { float: left; width: 1em; _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed It has been fixed in a different way. Thanks for reporting! Responsible Changed From-To: wblock->gabor It has been fixed in a different way. Thanks for reporting! |