diff --git a/_scss/_utilities.scss b/_scss/_utilities.scss index 726f652b0b..0a4695c38a 100755 --- a/_scss/_utilities.scss +++ b/_scss/_utilities.scss @@ -58,10 +58,37 @@ i.fa.fa-outdent { padding: 0px 15px 10px 15px; } + +/* +* +* Inline graphics and icons (like the whale menu icon in d4mac, d4win) +* +*/ + img.inline { display: inline; } + +/* +* +* Bootstrap expand/collapse accordions +* +*/ + +.panel-heading .chevron:after { + content: "\f0d8"; +} + +.panel-heading.collapsed .chevron:after { + content: "\f0d7"; +} + +.panel-heading:hover{ + background: #fafdfe; +} + + /* * Search ********************************************************************* * diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 7891dc6336..ca2c1e622e 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -31,10 +31,6 @@ a section in the configuration file such as `build`, `deploy`, `depends_on`, sub-topics. This maps to the `: