diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-07 23:18:17 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-07 23:18:17 +0000 |
commit | 841b56cd2b970466d68fbc4165f86760759c0169 (patch) | |
tree | a548c9131c2e1abedcbfc4b4e2ccf592a41d70ad /about/style | |
parent | 911afa843897cd330622a2e222cff6080a64e590 (diff) | |
download | indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.gz indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.bz2 indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.xz indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r485 | dmorgan | 2011-02-07 23:18:17 +0000 (Mon, 07 Feb 2011) | 1 line
Import cleaned indexhtml
------------------------------------------------------------------------
In addition to the above commits, the following cleaning work has been recorded:
o mails
- replacement was done in headers except for Subject in header-ur which does
not contain Mandriva...
- dropped most mail bodys, except for French & English, rewritten to a
minimal version - a good mail should be designed and translated
o about
- command is about-mandriva, have to look at what uses it
- removed MDV graphics from style/css
o HTML
- a simple page should be placed there, until web team provides something
o po
- all translations should be dropped, strings updated when the real page
is ready
o COPYING
- added COPYING file (GNU GPL v3). indexhtml.spec file stated "GPL"
(should be changed to GPL3+)
Diffstat (limited to 'about/style')
-rw-r--r-- | about/style/images/BDO-GALAXY-BAS.png | bin | 8017 -> 0 bytes | |||
-rw-r--r-- | about/style/images/BDO-GALAXY.png | bin | 47043 -> 0 bytes | |||
-rw-r--r-- | about/style/images/favicon.png | bin | 638 -> 0 bytes | |||
-rw-r--r-- | about/style/screen-rtl.css | 1 | ||||
-rw-r--r-- | about/style/screen.css | 2 |
5 files changed, 0 insertions, 3 deletions
diff --git a/about/style/images/BDO-GALAXY-BAS.png b/about/style/images/BDO-GALAXY-BAS.png Binary files differdeleted file mode 100644 index 9e619df..0000000 --- a/about/style/images/BDO-GALAXY-BAS.png +++ /dev/null diff --git a/about/style/images/BDO-GALAXY.png b/about/style/images/BDO-GALAXY.png Binary files differdeleted file mode 100644 index d412ad0..0000000 --- a/about/style/images/BDO-GALAXY.png +++ /dev/null diff --git a/about/style/images/favicon.png b/about/style/images/favicon.png Binary files differdeleted file mode 100644 index c30b8c9..0000000 --- a/about/style/images/favicon.png +++ /dev/null diff --git a/about/style/screen-rtl.css b/about/style/screen-rtl.css index f31c98b..a0c0f28 100644 --- a/about/style/screen-rtl.css +++ b/about/style/screen-rtl.css @@ -25,7 +25,6 @@ div#title { display: block; height: 200px; width: 100%; - background: url(images/BDO-GALAX-1.png) no-repeat; margin-bottom: 2em; position: relative; } diff --git a/about/style/screen.css b/about/style/screen.css index f4c0bd9..ba8b963 100644 --- a/about/style/screen.css +++ b/about/style/screen.css @@ -42,7 +42,6 @@ div#title { display: block; height: 100px; width: 100%; - background: url(images/BDO-GALAXY.png) no-repeat; margin-bottom: 2em; position: relative; } @@ -93,7 +92,6 @@ div.clear { clear: both; } div.bottom { width: 100%; height: 24px; - background-image: url(images/BDO-GALAXY-BAS.png); background-repeat: no-repeat; margin-bottom: 2em; position: relative; |