From 607ede512fed6c838c18ef04b48aab76ce1aa79a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Dec 2018 16:27:29 +0300 Subject: center previously centered text on single line dialog panels --- css/default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'css/default.css') diff --git a/css/default.css b/css/default.css index cf324697b..03a0fe5f2 100644 --- a/css/default.css +++ b/css/default.css @@ -1033,6 +1033,9 @@ body.ttrss_main ul.list { body.ttrss_main ul.list-unstyled { list-style-type: none; } +body.ttrss_main .text-center { + text-align: center; +} ::selection { background: #257aa7; color: #ffffff; @@ -1471,7 +1474,7 @@ body.ttrss_prefs table.prefPluginsList label { white-space: nowrap; } body.ttrss_prefs table.prefPluginsList i.plugin-enabled { - color: #69C671; + color: #69c671; } body.ttrss_prefs table.prefPluginsList label img { vertical-align: middle; -- cgit v1.2.3