diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 11:22:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 11:22:55 +0200 |
commit | 9510963c900770f86f80b98f07deb8242448b117 (patch) | |
tree | aebb6ba19164d39ca146a3480d6624499b741d1d /pre-box.css | |
parent | 60fec06053818e32e97b028fa1d4d1085fd1e679 (diff) |
Add man page style
Diffstat (limited to 'pre-box.css')
-rw-r--r-- | pre-box.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pre-box.css b/pre-box.css new file mode 100644 index 0000000..25c2dc3 --- /dev/null +++ b/pre-box.css @@ -0,0 +1,12 @@ +/* file : pre-box.css + * copyright : Copyright (c) 2014-2016 Code Synthesis Ltd + * license : MIT; see accompanying LICENSE file + */ + +pre +{ + background-color: #f7f7f7; + border-radius: 0.2em; + padding: .8em .4em .8em .4em; + margin: .2em -.4em .2em -.4em; /* Use margins of #content. */ +} |