diff options
-rw-r--r-- | app/assets/stylesheets/widget.scss (renamed from app/assets/stylesheets/widget.css) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/assets/stylesheets/widget.css b/app/assets/stylesheets/widget.scss index f7827c5fa..5cd43d6a4 100644 --- a/app/assets/stylesheets/widget.css +++ b/app/assets/stylesheets/widget.scss @@ -36,10 +36,6 @@ body { font-size: 1em; } -a { - -} - a:hover, a:focus, a:active { @@ -95,6 +91,7 @@ a:active { .alaveteli-widget__count { font-size: 55px; line-height: 55px; + text-align: center; } .alaveteli-widget__bottom a { |