diff --git a/app/views/layout.haml b/app/views/layout.haml index d9eb08a..be88f6f 100644 --- a/app/views/layout.haml +++ b/app/views/layout.haml @@ -50,6 +50,4 @@ feedback_widget_options.color = "#222"; feedback_widget_options.style = "idea"; var feedback_widget = new GSFN.feedback_widget(feedback_widget_options); - - - + \ No newline at end of file diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 8d5945a..b8d4c28 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -193,4 +193,4 @@ span.tool-tip a {color: #FFF;-moz-border-radius:3px;-webkit-border-radius:3px;bo .footer .sinefunc-brand a {padding-top: 36px; background: url(../images/sinefunc-brand.png) no-repeat; width: 176px; margin-bottom: 10px;} .footer .copyright {line-height: 36px;} -#fdbk_tab {bottom: 55%; top: auto !important;} \ No newline at end of file +#fdbk_tab {bottom: 25%; top: auto !important;} \ No newline at end of file