From dc06e166c3521875da85c99cf1efc495a8f4a670 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Wed, 27 Feb 2019 11:24:56 -0600 Subject: [PATCH] Merge pull request #1562 from sharelatex/jel-blog-sidebar Add blog sidebar GitOrigin-RevId: 9eab27eaad650e20166cceb20b9df49c2f9e2601 --- services/web/public/stylesheets/app/content_page.less | 10 ++++++++++ services/web/public/stylesheets/core/type.less | 3 +++ 2 files changed, 13 insertions(+) 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