mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 05:22:37 +00:00
Wiki styles clean-up.
This commit is contained in:
parent
8f14526354
commit
d037cb93a9
1 changed files with 3 additions and 8 deletions
|
@ -41,11 +41,6 @@
|
||||||
.example {
|
.example {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
& > div {
|
|
||||||
display: block !important;
|
|
||||||
width: auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.code {
|
.code {
|
||||||
pre {
|
pre {
|
||||||
background-color: @gray-lightest;
|
background-color: @gray-lightest;
|
||||||
|
@ -60,9 +55,9 @@
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: auto !important;
|
width: auto;
|
||||||
height: auto !important;
|
height: auto;
|
||||||
max-width: 100% !important;
|
max-width: 100%;
|
||||||
box-shadow: 0 1px 3px @gray-light;
|
box-shadow: 0 1px 3px @gray-light;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue