diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2011-07-13 00:11:30 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2011-07-13 00:11:30 +0200 |
commit | 65ecbdcf10c930f67cf42fde187ad73e14c94635 (patch) | |
tree | 88597cea90760c67087d8e403b1c9600d9bbafb0 /pages/help | |
parent | 042db24d0514c1889631fb915d49d8944626be45 (diff) | |
download | cacert-devel-65ecbdcf10c930f67cf42fde187ad73e14c94635.tar.gz cacert-devel-65ecbdcf10c930f67cf42fde187ad73e14c94635.tar.xz cacert-devel-65ecbdcf10c930f67cf42fde187ad73e14c94635.zip |
Added stype tags
Diffstat (limited to 'pages/help')
-rwxr-xr-x | pages/help/5.php | 1 | ||||
-rwxr-xr-x | pages/help/6.php | 1 | ||||
-rwxr-xr-x | pages/help/7.php | 1 | ||||
-rwxr-xr-x | pages/help/8.php | 1 | ||||
-rwxr-xr-x | pages/help/9.php | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/pages/help/5.php b/pages/help/5.php index 8556fb8..3990009 100755 --- a/pages/help/5.php +++ b/pages/help/5.php @@ -15,6 +15,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ ?>
+<p style="background-color: #FF8080; font-size: 150%">
<?
printf(_("This page has been moved to the %swiki%s. Please update your ".
"bookmarks and report any broken links."),
diff --git a/pages/help/6.php b/pages/help/6.php index 0b471e9..bde072d 100755 --- a/pages/help/6.php +++ b/pages/help/6.php @@ -15,6 +15,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ ?>
+<p style="background-color: #FF8080; font-size: 150%">
<?
printf(_("This page has been moved to the %swiki%s. Please update your ".
"bookmarks and report any broken links."),
diff --git a/pages/help/7.php b/pages/help/7.php index 6a1a44b..696747a 100755 --- a/pages/help/7.php +++ b/pages/help/7.php @@ -15,6 +15,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ ?>
+<p style="background-color: #FF8080; font-size: 150%">
<?
printf(_("This page has been moved to the %swiki%s. Please update your ".
"bookmarks and report any broken links."),
diff --git a/pages/help/8.php b/pages/help/8.php index 2369506..6aee3a0 100755 --- a/pages/help/8.php +++ b/pages/help/8.php @@ -15,6 +15,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ ?>
+<p style="background-color: #FF8080; font-size: 150%">
<?
printf(_("This page has been moved to the %swiki%s. Please update your ".
"bookmarks and report any broken links."),
diff --git a/pages/help/9.php b/pages/help/9.php index f061dba..ee5f779 100755 --- a/pages/help/9.php +++ b/pages/help/9.php @@ -15,6 +15,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ ?>
+<p style="background-color: #FF8080; font-size: 150%">
<?
printf(_("This page has been moved to the %swiki%s. Please update your ".
"bookmarks and report any broken links."),
|