Skip to content

Commit

Permalink
Merge pull request #12877 from aeslaughter/mega-menu-9830
Browse files Browse the repository at this point in the history
Change look of menu items
  • Loading branch information
permcody committed Feb 8, 2019
2 parents c30e122 + e7c8c07 commit 638bd3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework/doc/content/css/moose.css
Expand Up @@ -141,7 +141,7 @@ li.moose-mega-menu-trigger i{
padding:0; padding:0;
padding-bottom:6px; padding-bottom:6px;
font-size:125%; font-size:125%;
font-weight:100; font-weight:500;
} }


.moose-mega-menu-wrapper ol, .moose-mega-menu-wrapper ol,
Expand Down
8 changes: 4 additions & 4 deletions modules/doc/content/documentation.menu.md
@@ -1,6 +1,6 @@
!row! class=row !row! class=row
!col! small=12 medium=6 large=4 !col! small=12 medium=6 large=4
## [Application Usage](application_usage/index.md) ## [Application Usage !!icon link!!](application_usage/index.md)


- [Examples](examples/index.md) - [Examples](examples/index.md)
- [Command-line Options](command_line_usage.md) - [Command-line Options](command_line_usage.md)
Expand All @@ -15,15 +15,15 @@
!col-end! !col-end!


!col! small=12 medium=6 large=4 !col! small=12 medium=6 large=4
## [Application Development](application_development/index.md) ## [Application Development !!icon link!!](application_development/index.md)


- [Source Pages](source/index.md) - [Source Pages](source/index.md)
- [Jacobian Definition](/jacobian_definition.md) - [Jacobian Definition](/jacobian_definition.md)
- [Hypre/BoomerAMG Preconditioning](hypre.md) - [Hypre/BoomerAMG Preconditioning](hypre.md)
- [C++ Utilities](utils/index.md) - [C++ Utilities](utils/index.md)
- [Modules Doxygen](http://mooseframework.org/docs/doxygen/modules/classes.html) - [Modules Doxygen](http://mooseframework.org/docs/doxygen/modules/classes.html)


## [Framework Development](framework_development/index.md) ## [Framework Development !!icon link!!](framework_development/index.md)


- [Contributing](framework_development/contributing.md) - [Contributing](framework_development/contributing.md)
- [Code Standards](code_standards.md) - [Code Standards](code_standards.md)
Expand All @@ -32,7 +32,7 @@
!col-end! !col-end!


!col! small=12 medium=6 large=4 !col! small=12 medium=6 large=4
## [MOOSEDocs](MooseDocs/index.md) ## [MOOSEDocs !!icon link!!](MooseDocs/index.md)


- [MooseDocs/specification.md] - [MooseDocs/specification.md]
- [MooseDocs/generate.md] - [MooseDocs/generate.md]
Expand Down

0 comments on commit 638bd3a

Please sign in to comment.