diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-09-21 04:57:06 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-09-21 04:57:06 +0100 |
| commit | 2271e805337b64948f9bc4c56d85da7388bad7af (patch) | |
| tree | 4bdc7f33e13d20f0bc20ac83bb10ffa76dbf21c1 | |
| parent | a262b161f99cdc5cadb6571941c324f53bb3543e (diff) | |
fix objectWarn css
| -rw-r--r-- | tt-rss.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css index ec4b51320..a8136cb1b 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1174,8 +1174,8 @@ span.debugTS { .objectWarn { color : gray; - padding : 3px; font-style: italic; + text-align : center; } table.loginForm2 { |