Merge pull request #1562 from sharelatex/jel-blog-sidebar

Add blog sidebar

GitOrigin-RevId: 9eab27eaad650e20166cceb20b9df49c2f9e2601
This commit is contained in:
Jessica Lawshe 2019-02-27 11:24:56 -06:00 committed by James Allen
parent e5d453454e
commit dc06e166c3
2 changed files with 13 additions and 0 deletions

View file

@ -82,4 +82,14 @@
}
}
}
/*
lists
*/
.list-without-style {
list-style: none;
margin: 0;
padding: 0;
}
}

View file

@ -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