Vertical layout for LaTeX examples.

This commit is contained in:
Paulo Reis 2016-06-28 10:09:12 +01:00
parent 8b15d40f8b
commit da960a721f

View file

@ -39,6 +39,13 @@
} }
.example { .example {
max-width: 100%;
& > div {
display: block !important;
width: auto !important;
}
.code { .code {
pre { pre {
background-color: @gray-lightest; background-color: @gray-lightest;
@ -49,6 +56,9 @@
} }
} }
.output { .output {
text-align: center;
padding-top: 10px;
img { img {
width: auto !important; width: auto !important;
height: auto !important; height: auto !important;