From 6f09666d994b3bd7663eb3f95e2aeaf63c85b0d7 Mon Sep 17 00:00:00 2001 From: Ulf Adams Date: Mon, 27 Jun 2016 15:51:23 +0000 Subject: Polish the command-line reference. - change options to print --foo=value - allow option to specify what "value" should be - update the documentation for the startup options - add some indentation to the descriptions - add some spacing between flag texts -- MOS_MIGRATED_REVID=125960618 --- site/_sass/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'site/_sass') diff --git a/site/_sass/style.scss b/site/_sass/style.scss index 01f71c4a78..b999cc0cd1 100644 --- a/site/_sass/style.scss +++ b/site/_sass/style.scss @@ -469,6 +469,15 @@ $toc-color: #757575; } } +// Command-line Reference +dt { + margin-top: .5em; +} + +dd { + margin-left: 2em; +} + // Roadmap page styles .roadmap-col-phase { width: 10%; -- cgit v1.2.3