diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-07-28 04:42:10 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-07-28 04:42:10 -0400 |
| commit | 508584830e65fc08ea3a756dfa651670c9e01217 (patch) | |
| tree | 9e017014a11eb9581acbfdfd04b668a803259ef7 /docs/docs.css | |
| parent | 7ef76305ac2e893a9c25776236c5e58c554aafb9 (diff) | |
more work on getting started, new documentation help, remove head links
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css index e69de29b..95a04efe 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -0,0 +1,13 @@ +code { + color: #000; +} + +img { + display: inline-block; + float: right; +} + +.admonition { + background: rgb(128, 198, 223); + color: #333; +} |
