diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-06 15:07:03 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-28 09:07:20 +0100 |
commit | 9da331bfe71328d68133ff04a73505582cf627ab (patch) | |
tree | 45007b34e7147520db14afeaa6a020a23d3427d5 | |
parent | 3a2a364c84d366cd8b23c54a6f9fa70c03e0913b (diff) |
Make scss, add custom hook.
-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 { |