We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cbad4 commit 9802e93Copy full SHA for 9802e93
2 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 1.0.5 - 2016-11-10
4
5
- Fix the Brazilian Portuguese language (renamed from pt-br to pt_br)
6
+- Fix posted images to fit within the page area and not overflow
7
- Minor code and HTML improvements
8
- Added German language pack
9
styles/prosilver/theme/pages_controller.css
@@ -21,3 +21,10 @@
21
.pages-content h4 { font-size: 1em }
22
.pages-content h5 { font-size: .83em }
23
.pages-content h6 { font-size: .75em }
24
+
25
+.pages-content img.postimage {
26
+ max-width: 100%;
27
+ -webkit-box-sizing: border-box;
28
+ -moz-box-sizing: border-box;
29
+ box-sizing: border-box;
30
+}
0 commit comments