[IMP] CSS of logo

bzr revid: fp@tinyerp.com-20121215214113-dmv0ehnh0hezwws1
This commit is contained in:
Fabien Pinckaers 2012-12-15 22:41:13 +01:00
parent 50be9a8903
commit af8781cbc1
2 changed files with 2 additions and 8 deletions

View File

@ -1166,14 +1166,11 @@
text-align: center;
}
.openerp .oe_footer a {
font-weight: 800;
font-family: serif;
font-size: 16px;
font-weight: bold;
color: black;
}
.openerp .oe_footer a span {
color: #c81010;
font-style: italic;
}
.openerp .oe_secondary_menu_section {
font-weight: bold;

View File

@ -954,13 +954,10 @@ $sheet-padding: 16px
width: 220px
text-align: center
a
font-weight: 800
font-family: serif
font-size: 16px
font-weight: bold
color: black
span
color: #c81010
font-style: italic
// }}}
// Webclient.leftbar items {{{