From: Andrew Dolgov
Date: Mon, 22 Nov 2010 16:25:15 +0000 (+0300)
Subject: utility.css tweaks; i18n in twitter.php
X-Git-Tag: 1.5.0~65
X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6ef0c9c3426275612db693cad5d2c90df24ca714;p=tt-rss.git
utility.css tweaks; i18n in twitter.php
---
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 {