Skip to content

Commit

Permalink
Fix news title on light variant - thanks phantom for reporting
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Aug 6, 2014
1 parent 01b778c commit 03de7b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions themes/default/css/_light/index_light.css
Expand Up @@ -446,12 +446,12 @@ div.bbc_footnotes .meaction{
line-height: 1.286em;
font-weight: 700;
font-variant: small-caps;
margin: 7px -4em 0 12px;
margin-right: 1em;
}
#news>h2:after {
content: "\2026";
}
#news_line, #elkFadeScroller {
#news_line, #news {
padding: 6px 12px;
border: 1px solid #ccc;
background: #fff;
Expand All @@ -462,7 +462,6 @@ div.bbc_footnotes .meaction{
min-height: 60px;
overflow: auto;
resize: vertical;
text-indent: 5em;
}
/* Main forum area. */
/* Box-shadow only on this one. */
Expand Down

0 comments on commit 03de7b8

Please sign in to comment.