summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css')
-rw-r--r--user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css b/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
index 0f83765b2..b2e1dd494 100644
--- a/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
+++ b/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
@@ -31,11 +31,11 @@
div#pulldown-menu {
-moz-column-count: 5;
- -moz-column-gap: 20px;
- -webkit-column-count: 5;
- -webkit-column-gap: 20px;
- column-count: 5;
- column-gap: 20px;
+ -moz-column-gap: 20px;
+ -webkit-column-count: 5;
+ -webkit-column-gap: 20px;
+ column-count: 5;
+ column-gap: 20px;
-webkit-column-rule: 1px groove #B8B8B8;
-moz-column-rule: 1px groove #B8B8B8;
column-rule: 1px groove #B8B8B8;
@@ -45,8 +45,8 @@ div#pulldown-menu {
padding-top: 10px;
padding-bottom: 10px;
-webkit-column-break-inside: avoid; /*Chrome, Safari*/
- display: table; /*Firefox*/
- break-inside: avoid; /*IE 10+ theoretically*/
+ display: table; /*Firefox*/
+ break-inside: avoid; /*IE 10+ theoretically*/
}
#pulldown-menu ul li.toctree-l2 {