[#369] remove rounded corners from the top menu

This commit is contained in:
Alexander Machehin 2014-05-06 19:06:17 +06:00
parent 91dc74e73f
commit 508085306c
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ body {
.top_menu {
margin-bottom: 0;
border-radius: 0;
-moz-border-radius: 0;
}
article.container-fluid {