[#369] remove rounded corners from the top menu
This commit is contained in:
parent
91dc74e73f
commit
508085306c
|
@ -4,6 +4,8 @@ body {
|
|||
|
||||
.top_menu {
|
||||
margin-bottom: 0;
|
||||
border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
}
|
||||
|
||||
article.container-fluid {
|
||||
|
|
Loading…
Reference in New Issue