aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2010-04-24 18:58:05 +0200
committerWojciech Polak <polak@gnu.org>2010-04-24 18:58:05 +0200
commit2dba4fd46dbaece7a6e5e9a67bd41f1fd8a01560 (patch)
tree19ce9baecbb243ed3ac8ea5ababa136e281fd828
parentbe8dffced57331dd6a6824a47b54c9222bacd76c (diff)
downloadcheetah-2dba4fd46dbaece7a6e5e9a67bd41f1fd8a01560.tar.gz
cheetah-2dba4fd46dbaece7a6e5e9a67bd41f1fd8a01560.tar.bz2
Minor changes.
-rw-r--r--css/v2/changepassword.css8
-rw-r--r--frontend/html/loading.php9
-rw-r--r--gen/directory.xml6
-rw-r--r--sql/cheetah.sql2
4 files changed, 16 insertions, 9 deletions
diff --git a/css/v2/changepassword.css b/css/v2/changepassword.css
index a8c41ef..21643f4 100644
--- a/css/v2/changepassword.css
+++ b/css/v2/changepassword.css
@@ -1 +1,5 @@
+a:link { color: yellow; }
+a:visited { color: yellow; }
+a:active { color: yellow; }
+
body {
@@ -26,2 +30,6 @@ ul, p {
margin-right: auto;
+ padding: 1em;
+ border-radius: 8px;
+ -moz-border-radius: 8px;
+ -webkit-border-radius: 8px;
}
diff --git a/frontend/html/loading.php b/frontend/html/loading.php
index 1dc5aad..aaa4165 100644
--- a/frontend/html/loading.php
+++ b/frontend/html/loading.php
@@ -26,3 +26,3 @@ header ("Content-Type: text/html; charset=UTF-8");
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<?php echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$CHEETAH_LANG.'" lang="'.$CHEETAH_LANG.'">'."\n"; ?>
+<?php echo '<html xmlns="http://www.w3.org/1999/xhtml">'."\n"; ?>
<head>
@@ -39,9 +39,2 @@ div.notice {
}
-div.error {
- text-align: center;
- font-weight: bold;
- font-size: 120%;
- color: red;
- margin-top: 2em;
-}
</style>
diff --git a/gen/directory.xml b/gen/directory.xml
index 2568c4b..7ce7cc1 100644
--- a/gen/directory.xml
+++ b/gen/directory.xml
@@ -177,2 +177,4 @@
url="http://snopes.com/info/whatsnew.xml"/>
+ <outline text="Vimeo Staff Picks" type="link" icon="http://vimeo.com/favicon.ico"
+ url="http://vimeo.com/channels/staffpicks/videos/rss"/>
<outline text="9GAG - What The Fun!" type="link" icon="http://9gag.com/img/favicon.ico"
@@ -289,2 +291,6 @@
</outline>
+ <outline text="Humor">
+ <outline text="bash.org.pl" type="link" icon="http://bash.org.pl/favicon.ico"
+ url="http://bash.org.pl/rss"/>
+ </outline>
</outline>
diff --git a/sql/cheetah.sql b/sql/cheetah.sql
index 11c4f55..e56db6f 100644
--- a/sql/cheetah.sql
+++ b/sql/cheetah.sql
@@ -82,3 +82,3 @@ CREATE TABLE subscription (
pri int(11) NOT NULL default '1',
- latest tinyint NOT NULL default '7',
+ latest tinyint NOT NULL default '10',
expand tinyint NOT NULL default '0',

Return to:

Send suggestions and report system problems to the System administrator.