Commit e9af4ec9 authored by Sergey V Turchin's avatar Sergey V Turchin

- fix indexhtml look

parent 8c6c4d2a
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
Name: branding-%brand-kdesktop Name: branding-%brand-kdesktop
Version: 6.0.0 Version: 6.0.0
Release: alt25 Release: alt26
BuildArch: noarch BuildArch: noarch
%define theme %name %define theme %name
...@@ -416,6 +416,9 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \ ...@@ -416,6 +416,9 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
%_desktopdir/indexhtml.desktop %_desktopdir/indexhtml.desktop
%changelog %changelog
* Fri Jun 17 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt26
- fix indexhtml look
* Thu Jun 16 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt25 * Thu Jun 16 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt25
- update boot images - update boot images
......
/* Stylesheet for index file */ /* Stylesheet for index file */
body { body {
background-color: #c1c3cb; background-color: #@MIDDLE_COLOR_HEX@;
color: #@MIDDLE_LABELS_HEX@; color: #@MIDDLE_LABELS_HEX@;
margin: 0px; margin: 0px;
padding: 10px; padding: 10px;
...@@ -73,6 +73,6 @@ div.box { ...@@ -73,6 +73,6 @@ div.box {
#product-logo { #product-logo {
background: url('img/product-logo.png') no-repeat; background: url('img/product-logo.png') no-repeat;
width: 275px; width: 275px;
height: 30px; height: 45px;
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