1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00
polr/docs/css/base.css
2017-03-12 19:51:34 -04:00

20 lines
440 B
CSS

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
h1, h2, h3, h4, h5, h6 {
text-transform: none !important;
}
img {
/* Force auto height & width to prevent deformed images on mobile */
width: auto !important;
height: auto !important;
}
code:not(.hljs) {
/* Do not wrap pre-formatted code snippets */
word-wrap: break-word;
white-space: normal;
}