mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Merge pull request #1562 from sharelatex/jel-blog-sidebar
Add blog sidebar GitOrigin-RevId: 9eab27eaad650e20166cceb20b9df49c2f9e2601
This commit is contained in:
committed by
James Allen
parent
e5d453454e
commit
dc06e166c3
@@ -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-transform: capitalize;
|
||||
}
|
||||
.text-lowercase {
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
// Contextual backgrounds
|
||||
// For now we'll leave these alongside the text classes until v4 when we can
|
||||
|
||||
Reference in New Issue
Block a user