diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 1a2bf16345b..062c2c245ac 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -331,7 +331,6 @@ a.star { font-weight: normal; font-size: 12px; line-height: 15px; - text-transform: lowercase; } p, diff --git a/app/assets/stylesheets/vendor/bootstrap.scss b/app/assets/stylesheets/vendor/bootstrap.scss index d597d01f06c..a6ad4947c76 100644 --- a/app/assets/stylesheets/vendor/bootstrap.scss +++ b/app/assets/stylesheets/vendor/bootstrap.scss @@ -210,7 +210,6 @@ body { h6 { font-size: 11px; color: #999999; - text-transform: uppercase; } // this removes the unwanted top margin on a paragraph under a heading @@ -703,4 +702,4 @@ table [class*=span] { &.info:hover td { background-color: #c4e3f3; } -} \ No newline at end of file +}