Skip to content

Commit b670e69

Browse files
committed
Merge branch 'release/1.3.1'
2 parents 254f032 + 6575e2b commit b670e69

19 files changed

+49
-42
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to the REDCap External Module Development Guide project will
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55

6+
## [1.3.1] - 2020-09-22
7+
### Changed
8+
- Switch emd101 screenshots to markdown (Philip Chase, Kyle Chesney)
9+
- Switch emd102 screenshots to markdown and resize menu screenshots (Philip Chase, Kyle Chesney)
10+
11+
612
## [1.3.0] - 2020-09-22
713
### Added
814
- Add release number to left-hand navigation (Philip Chase)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: REDCap External Module Development Guide
22
description: REDCap External Module Development Guide
33
repository: ctsit/redcap_external_module_development_guide
4-
release: 1.3.0
4+
release: 1.3.1
55

66
repo_root: https://github.com/ctsit/redcap_external_module_development_guide/tree/master/
77

docs/_sass/em-guide.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ p.authors {
1212
font-weight:bold;
1313
}
1414

15-
img.screenshot {
15+
img[src*="#screenshot"] {
1616
padding-left: 35px;
17-
padding-right: 35px;
17+
padding-right: 25px;
1818
padding-top: 12px;
1919
padding-bottom: 12px;
20+
max-width: 90%;
2021
}
-41.7 KB
Loading
-54 KB
Loading
-108 KB
Loading
-43.7 KB
Loading
-48.9 KB
Loading
-49 KB
Loading

0 commit comments

Comments
 (0)