From 6ef0c9c3426275612db693cad5d2c90df24ca714 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov
Date: Mon, 22 Nov 2010 19:25:15 +0300
Subject: [PATCH] utility.css tweaks; i18n in twitter.php
---
db-updater.php | 2 +-
twitter.php | 18 ++++++++++++------
utility.css | 2 ++
3 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/db-updater.php b/db-updater.php
index 09c16955..fb40fa75 100644
--- a/db-updater.php
+++ b/db-updater.php
@@ -86,7 +86,7 @@ function confirmOP() {
" " . SCHEMA_VERSION . __(", found: ") . $latest_version . "
";
} else {
- print "".__("Tiny Tiny RSS database is up to date.")."
";
+ print_notice(__("Tiny Tiny RSS database is up to date."));
print "";
diff --git a/twitter.php b/twitter.php
index 0cf9fd8a..869cb08a 100644
--- a/twitter.php
+++ b/twitter.php
@@ -90,26 +90,32 @@
-Register with Twitter
+
-
+
-
+
-
+
+
diff --git a/utility.css b/utility.css
index bdda169e..11fc6571 100644
--- a/utility.css
+++ b/utility.css
@@ -1,6 +1,8 @@
body {
margin : 2em;
padding : 0em;
+ font-family : "Lucida Grande", Arial, sans-serif;
+ font-size : 12px;
}
p.warning {
--
2.39.5