| Index: static/scss/components/_article.scss |
| =================================================================== |
| --- a/static/scss/components/_article.scss |
| +++ b/static/scss/components/_article.scss |
| @@ -28,8 +28,19 @@ |
| .article-heading, |
| .article-browser-selector |
| { |
| padding-bottom: $md; |
| margin-bottom: $md; |
| border-bottom: 1px dotted $gray; |
| } |
| + |
| +.article-browser-selector |
| +{ |
| + @extend .clearfix; |
| + display: none; |
| +} |
| + |
| +.js .article-browser-selector |
| +{ |
| + display: block; |
| +} |