7 lines
224 B
CSS
7 lines
224 B
CSS
/* Ditch the rounded corners on the top panel */
|
|
#panel .panel-corner {
|
|
-panel-corner-radius: 0;
|
|
-panel-corner-background-color: transparent;
|
|
-panel-corner-border-width: 0;
|
|
-panel-corner-border-color: transparent;
|
|
}
|