mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1562 from sharelatex/jel-blog-sidebar
Add blog sidebar GitOrigin-RevId: 9eab27eaad650e20166cceb20b9df49c2f9e2601
This commit is contained in:
parent
e5d453454e
commit
dc06e166c3
2 changed files with 13 additions and 0 deletions
|
@ -82,4 +82,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
lists
|
||||||
|
*/
|
||||||
|
|
||||||
|
.list-without-style {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -126,6 +126,9 @@ cite { font-style: normal; }
|
||||||
.text-capitalize {
|
.text-capitalize {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
.text-lowercase {
|
||||||
|
text-transform: lowercase;
|
||||||
|
}
|
||||||
|
|
||||||
// Contextual backgrounds
|
// Contextual backgrounds
|
||||||
// For now we'll leave these alongside the text classes until v4 when we can
|
// For now we'll leave these alongside the text classes until v4 when we can
|
||||||
|
|
Loading…
Reference in a new issue