diff options
Diffstat (limited to 'theme/stylesheets/book/navigation.less')
-rwxr-xr-x | theme/stylesheets/book/navigation.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/stylesheets/book/navigation.less b/theme/stylesheets/book/navigation.less index def970e..9267fc7 100755 --- a/theme/stylesheets/book/navigation.less +++ b/theme/stylesheets/book/navigation.less @@ -40,6 +40,11 @@ width: 50%; display: inline-block; float: left; + + &.navigation-unique { + max-width: 100%; + width: 100%; + } } } } |