Round the menu bar corner by one more pixel
This commit is contained in:
@@ -382,10 +382,10 @@ table tr:nth-last-child(-5) td:first-of-type {
|
|||||||
|
|
||||||
.menu_bar {
|
.menu_bar {
|
||||||
background-image: url('<!--{project_path}-->/themes/enhanced/images/background_black.png');
|
background-image: url('<!--{project_path}-->/themes/enhanced/images/background_black.png');
|
||||||
-webkit-border-radius: 3px 3px 3px 3px;
|
-webkit-border-radius: 4px 4px 4px 4px;
|
||||||
-moz-border-radius: 3px 3px 3px 3px;
|
-moz-border-radius: 4px 4px 4px 4px;
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 4px 4px 4px 4px;
|
||||||
padding: 3px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_bg {
|
.menu_bg {
|
||||||
|
|||||||
Reference in New Issue
Block a user