1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00
polr/docs/css/base.css

20 lines
440 B
CSS
Raw Permalink Normal View History

2017-02-11 16:38:57 +01:00
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
2015-11-14 18:58:18 +01:00
h1, h2, h3, h4, h5, h6 {
text-transform: none !important;
}
2017-02-04 05:48:52 +01:00
img {
/* Force auto height & width to prevent deformed images on mobile */
width: auto !important;
height: auto !important;
}
2017-03-13 00:51:20 +01:00
code:not(.hljs) {
/* Do not wrap pre-formatted code snippets */
word-wrap: break-word;
white-space: normal;
}