diff options
author | 2022-11-04 16:04:24 -0400 | |
---|---|---|
committer | 2022-11-08 13:42:04 -0500 | |
commit | cbb7e23fa3f78121fb0b4021fa73e900770edc92 (patch) | |
tree | 0273ea996bb2ed4bdc4048511fdfdedbc6955f53 /docs/_static/css/ribbon.css | |
parent | a1c193f703f90c0e6f9691361a8df60f4acb24ff (diff) |
Update docs for Kohn release
Update documentation for Kohn release
Change-Id: Ife3c32318948c90a5f672b94833094941113735f
Issue-ID: CCSDK-3797
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
(cherry picked from commit 62d1555de8bad55f45c0df5107672d7944a558db)
Diffstat (limited to 'docs/_static/css/ribbon.css')
-rw-r--r-- | docs/_static/css/ribbon.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css index 6008cb1a..cecc77fe 100644 --- a/docs/_static/css/ribbon.css +++ b/docs/_static/css/ribbon.css @@ -14,9 +14,9 @@ -webkit-box-shadow: 0 0 10px #888; -moz-box-shadow: 0 0 10px #888; box-shadow: 0 0 10px #888; - + } - + .ribbon a { border: 1px solid #faa; color: #fff; @@ -29,35 +29,35 @@ text-shadow: 0 0 5px #444; transition: 0.5s; } - + .ribbon a:hover { background: #c11; color: #fff; } - - + + /* override table width restrictions */ @media screen and (min-width: 767px) { - + .wy-table-responsive table td, .wy-table-responsive table th { /* !important prevents the common CSS stylesheets from overriding this as on RTD they are loaded after this stylesheet */ white-space: normal !important; } - + .wy-table-responsive { overflow: visible !important; } } - + @media screen and (max-width: 767px) { .wy-table-responsive table td { white-space: nowrap; } } - + /* fix width of the screen */ - + .wy-nav-content { - max-width: none; + max-width: 800px; } |