diff options
Diffstat (limited to 'docs/index.css')
-rw-r--r-- | docs/index.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/index.css b/docs/index.css index e28f004..adfd509 100644 --- a/docs/index.css +++ b/docs/index.css @@ -14,6 +14,20 @@ a { color: #cccccc; } +ol { + max-width: 500px; +} + +.stats { + float: right; +} + .com { color: #ff64bd; } + +@media (max-width: 800px) { + .stats { + display: none; + } +} |