Skip to content

Commit

Permalink
[FIX] web: regenerate messed up base.css during commit 5087612
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Jun 20, 2014
1 parent 5087612 commit 4be9142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/web/static/src/css/base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@charset "utf-8";
@charset "UTF-8";
@font-face {
font-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
Expand Down Expand Up @@ -3288,9 +3288,9 @@ body.oe_single_form .oe_single_form_container {
.openerp_ie ul.oe_form_status li.oe_active > .arrow span, .openerp_ie ul.oe_form_status_clickable li.oe_active > .arrow span {
background-color: #729fcf !important;
}
}
.openerp_ie .oe_webclient {
height: auto !important;
}

@media print {
.openerp {
Expand Down

0 comments on commit 4be9142

Please sign in to comment.