CSS instead of images. Ref #225

pull/1/head
Victor Dubiniuk 10 years ago
parent a24e2ae0f7
commit dec819c893

@ -120,7 +120,7 @@
text-align: center;
font-weight: bold;
color:#fff;
background:#1d2d44 url('../../../img/noise.png') repeat;
background-color:#1d2d44;
}
#document-title img{

@ -17,8 +17,8 @@ var documentsMain = {
/* Toolbar HTML */
toolbar : '<div id="odf-toolbar" class="dijitToolbar">' +
' <div id="document-title">' +
'<img src='+ OC.imagePath('core', 'logo-wide') +' />' +
' <div id="document-title" class="icon-noise">' +
'<div class="logo-wide"></div>' +
'<div>' +
'%title%' +
' </div></div>' +

Loading…
Cancel
Save