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%;