MDL-55593 Theme: Remove rounded corners for the top navbar
Part of MDL-55071
This commit is contained in:
committed by
Dan Poltawski
parent
463ae17699
commit
7dbd1f954e
@@ -17,7 +17,7 @@
|
||||
{{!
|
||||
Page header.
|
||||
}}
|
||||
<header role="banner" class="navbar navbar-light bg-faded navbar-static-top moodle-has-zindex">
|
||||
<header role="banner" class="navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex">
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
{{{ output.standard_top_of_body_html }}}
|
||||
|
||||
<header class="navbar navbar-light bg-faded navbar-static-top moodle-has-zindex">
|
||||
<header class="navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex">
|
||||
<div class="container">
|
||||
<div class="clearfix">
|
||||
<button class="navbar-toggler pull-xs-right hidden-sm-up" data-toggle="collapse" data-target="#bd-main-mav">☰<span class="sr-only">{{#str}}expand{{/str}}</span></button>
|
||||
|
||||
Reference in New Issue
Block a user