From cc9738b412d00436a7a16c6dbe853e55d97aec8a Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Fri, 8 Jan 2016 14:59:58 +0530 Subject: #116 - presets seems to be working - needs more testing Former-commit-id: 427b83929240d67fa5c26b9e49cbf0629ecf0f69 --- www/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index bf6d0228..9c3a01a9 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -232,8 +232,10 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ { position: absolute; top: 5%; - left: 50%; - transform: translate(-50%, -50%); + left: 10%; + width: 80%; + border-radius: 0px !important; + } -- cgit v1.2.3