From 8c6d4b6c5866f6e5b8547398f4df62f3b641572c Mon Sep 17 00:00:00 2001 From: Amiya Sahu Date: Sat, 29 Aug 2015 01:36:06 +0530 Subject: [PATCH] fixed#28 --- css/donut.css | 6 +++--- less/donut.less | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/css/donut.css b/css/donut.css index 6176aab..b421215 100755 --- a/css/donut.css +++ b/css/donut.css @@ -2542,9 +2542,6 @@ header#nav-header { .qa-ask-box tr .qa-form-tall-text:focus { outline: none; } -.entry-title { - font-weight: 700; -} .qa-rss-feed { border-radius: 4px; color: #ffffff; @@ -3241,6 +3238,9 @@ a.qa-browse-cat-link:visited { border-color: #dddddd; border-color: #d6e9c6; } +.qa-q-view { + position: relative; +} .qa-q-view-main { float: left; width: 90%; diff --git a/less/donut.less b/less/donut.less index 473e709..dfc9d7f 100644 --- a/less/donut.less +++ b/less/donut.less @@ -174,10 +174,6 @@ html, body { } } -.entry-title { - font-weight: 700; -} - .qa-rss-feed { border-radius: 4px; color: @body-bg; @@ -733,6 +729,9 @@ html, body { } .qa-q-view { + & { + position: relative; + } &-main { float: left; width: 90%;