diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-06-23 18:36:37 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-06-23 18:36:37 -0400 |
| commit | c51f3bed6bdef577253feee0e85a71fda1931bd7 (patch) | |
| tree | 1cf26ff28e0b9bfb6bfbed044ba7ca520d63f862 /docs/docs.css | |
| parent | 4b988c0d24c8d8c8dc67485f3aaeb7106eb4af18 (diff) | |
| parent | cca0fe6ea60eb7f6b35cc433a6fff96cc65b3ff8 (diff) | |
Merge branch 'dev'
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/docs/docs.css b/docs/docs.css index 95a04efe..e06fa460 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -2,12 +2,31 @@ code { color: #000; } -img { - display: inline-block; - float: right; -} - .admonition { background: rgb(128, 198, 223); color: #333; } + +img[alt$=">"] { + float:right; + display: inline-block; + padding-left: 10px; +} + +img[alt$="<"] { + float:left; + display: inline-block; + padding-right: 10px; +} + +img[alt$="><"] { + display: block; + max-width: 100%; + height: auto; + margin: auto; + float: none!important; +} + +.article pre code { + background: rgba(0, 0, 0, 0); +} |
