diff options
| author | Robert Göhler <github@ghlr.de> | 2019-12-29 10:21:10 +0100 | 
|---|---|---|
| committer | Robert Göhler <github@ghlr.de> | 2019-12-29 10:21:10 +0100 | 
| commit | faf67e43dff6c16aba6df68dbfb490daaa0ff584 (patch) | |
| tree | 5fd61fb78ffaf1d1a596ec3174695f5991804780 /docs/_static | |
| parent | e983a8dabcf40aa38219dcb7933a137ebcc3f869 (diff) | |
| download | vyos-documentation-faf67e43dff6c16aba6df68dbfb490daaa0ff584.tar.gz vyos-documentation-faf67e43dff6c16aba6df68dbfb490daaa0ff584.zip | |
Sphinx: prepare tex layout
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/css/custom.css | 18 | 
1 files changed, 17 insertions, 1 deletions
| diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 52bdf6f9..a1e34259 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -12,7 +12,7 @@ span.cfgcmd {  .opcmd-heading,  .cfgcmd-heading { -    display: block; +    display: inline-block;      margin: 6px 0;      font-size: 90%;      line-height: normal; @@ -32,8 +32,24 @@ span.cfgcmd {  } + +.cfgcmd-heading .cmdlink:after, +.opcmd-heading .cmdlink:after { +    content: ""; +    font-family: FontAwesome +} + + +.cfgcmd-heading:not(:hover) .cmdlink, +.opcmd-heading:not(:hover) .cmdlink { +    display: none; +} + + +  a.cmdlink {      font-size: 80%; +    margin-left: 6px;  }  .wy-nav-content { | 
