themes/openwrt: use new css class to straight out upper left corner in tabbed sections

This commit is contained in:
Jo-Philipp Wich 2011-09-30 14:14:58 +00:00
parent 43df504278
commit 7aca8f2381

View file

@ -631,6 +631,10 @@ div.cbi-section-remove {
position: relative;
}
.cbi-section-node-tabbed {
border-top-left-radius: 0;
}
.cbi-section-node .cbi-value-last {
border-bottom: none;
}