diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index d796bac9219..4690377f86d 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -321,8 +321,3 @@ aside.onebox.stackexchange .onebox-body img { max-height: 60%; max-width: 10%; } - -// local onebox topic title -aside.quote .title .local-onebox-title { - font-size: 1.2em; -} diff --git a/lib/onebox/templates/discourse_topic_onebox.hbs b/lib/onebox/templates/discourse_topic_onebox.hbs index 4876631bfb1..b9ca0aff51b 100644 --- a/lib/onebox/templates/discourse_topic_onebox.hbs +++ b/lib/onebox/templates/discourse_topic_onebox.hbs @@ -2,7 +2,7 @@
{{{avatar}}} - {{{title}}} {{{category_html}}} + {{{title}}} {{{category_html}}}
{{{quote}}}