Commit bd1ba307 authored by Andrey Cherepanov's avatar Andrey Cherepanov

5.0.0-alt39

- completely fix logo width in CSS
parent df7dd4f6
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
Name: branding-%brand-%theme Name: branding-%brand-%theme
Version: 5.0.0 Version: 5.0.0
Release: alt38 Release: alt39
BuildArch: noarch BuildArch: noarch
...@@ -264,6 +264,9 @@ echo $lang > lang ...@@ -264,6 +264,9 @@ echo $lang > lang
%_desktopdir/indexhtml.desktop %_desktopdir/indexhtml.desktop
%changelog %changelog
* Sat Oct 24 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt39
- completely fix logo width in CSS
* Fri Oct 23 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt38 * Fri Oct 23 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt38
- fix release-notes.ru text - fix release-notes.ru text
- fix size of logo in web interface - fix size of logo in web interface
......
...@@ -444,7 +444,7 @@ div.alterator-accordion h3.ui-state-active { ...@@ -444,7 +444,7 @@ div.alterator-accordion h3.ui-state-active {
#product-logo { #product-logo {
background: url(/design/images/product-logo.png) no-repeat; background: url(/design/images/product-logo.png) no-repeat;
width: 540px; width: 600px;
height: 52px; height: 52px;
border: 0px; border: 0px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment