Round the menu bar corner by one more pixel

This commit is contained in:
Mark Crane
2014-04-20 02:47:32 +00:00
parent da2619bd53
commit b603f72ddc

View File

@@ -382,10 +382,10 @@ table tr:nth-last-child(-5) td:first-of-type {
.menu_bar {
background-image: url('<!--{project_path}-->/themes/enhanced/images/background_black.png');
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
padding: 3px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
padding: 4px;
}
.menu_bg {