diff options
author | Jody McIntyre <scjody@modernduck.com> | 2014-08-24 13:56:07 -0400 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-11-17 18:18:58 +0000 |
commit | 45479df91a93e67fcf169be7ac5e98fd5a904fab (patch) | |
tree | dc2d8c2474bab0ffd8a8bb522700e51474c29246 | |
parent | e1ff8e2d0dc382240dba71558f10513fc99f4e4b (diff) |
Center count text
-rw-r--r-- | app/assets/stylesheets/widget.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/widget.css b/app/assets/stylesheets/widget.css index 6d393dc4b..88b6d4dae 100644 --- a/app/assets/stylesheets/widget.css +++ b/app/assets/stylesheets/widget.css @@ -72,9 +72,11 @@ no { border: 1px solid red; } position: absolute; left: 176px; top: 22px; + width: 100px; color: white; font-weight: 800; font-size: 55px; + text-align: center; } #alawidget-bottom a { text-decoration: none; |