This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 2c2f2bc7959896c770c3d0726c1c4785fdca1f8c Author: Matias N <mat...@protobits.dev> AuthorDate: Sat Nov 21 19:52:44 2020 -0300 Documentation: improve menuselection tag appearance --- Documentation/_static/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/_static/custom.css b/Documentation/_static/custom.css index a861bdb..521e0f7 100644 --- a/Documentation/_static/custom.css +++ b/Documentation/_static/custom.css @@ -78,3 +78,11 @@ kbd { -webkit-border-radius: 3px; text-shadow: 0 1px 0 #fff; } + +span.menuselection +{ + margin: 0px 0.1em; + padding: 0.1em 0.1em; + border-radius: 3px; + border: 1px solid rgb(204, 204, 204); +}