diff --git a/services/web/public/stylesheets/app/content_page.less b/services/web/public/stylesheets/app/content_page.less index f7f0044cbb..0a973e6144 100644 --- a/services/web/public/stylesheets/app/content_page.less +++ b/services/web/public/stylesheets/app/content_page.less @@ -82,4 +82,14 @@ } } } + + /* + lists + */ + + .list-without-style { + list-style: none; + margin: 0; + padding: 0; + } } \ No newline at end of file diff --git a/services/web/public/stylesheets/core/type.less b/services/web/public/stylesheets/core/type.less index c8f2dcb9f1..5b74175307 100755 --- a/services/web/public/stylesheets/core/type.less +++ b/services/web/public/stylesheets/core/type.less @@ -126,6 +126,9 @@ cite { font-style: normal; } .text-capitalize { text-transform: capitalize; } +.text-lowercase { + text-transform: lowercase; +} // Contextual backgrounds // For now we'll leave these alongside the text classes until v4 when we can