diff options
| author | 2014-09-16 19:06:06 +0200 | |
|---|---|---|
| committer | 2014-09-16 19:06:06 +0200 | |
| commit | 1f6fc5dfae95f3bdbbb05e72ed977d9e699527f6 (patch) | |
| tree | a2b8182981fe5d348918ea2a3e77ceb1da34dff0 /p/themes/base-theme/template.css | |
| parent | 17d1e67e822dd7b903328195b5957eaf38a6f47b (diff) | |
Reduce font-size of bigMarkAsRead
See https://github.com/marienfressinaud/FreshRSS/issues/480
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index a1f34f8bb..f05ddff4e 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -519,7 +519,7 @@ a.btn { width: 100%; padding: 1em 0; text-align: center; - font-size: 1.8em; + font-size: 1.4em; } .bigTick { font-size: 4em; |
