From dec819c8933878263c259ca7e6701423964bccdc Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Fri, 21 Mar 2014 16:30:37 +0300 Subject: [PATCH] CSS instead of images. Ref #225 --- css/style.css | 2 +- js/documents.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index c280c0a0..7f7f6c56 100755 --- a/css/style.css +++ b/css/style.css @@ -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{ diff --git a/js/documents.js b/js/documents.js index ae81d7fb..ce7d0c16 100644 --- a/js/documents.js +++ b/js/documents.js @@ -17,8 +17,8 @@ var documentsMain = { /* Toolbar HTML */ toolbar : '
' + - '
' + - '' + + '
' + + '
' + '
' + '%title%' + '
' +