Skip to content

Commit b2807a5

Browse files
committed
Version 0.7.6
1 parent 6b24607 commit b2807a5

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.7.6: May 20th, 2021
2+
* Gravity Forms sub labels are now thin text not bold
3+
14
### 0.7.5: May 11th, 2021
25
* **Tweak** - Remove Grunt clean and assets_versionning calls
36

css/styles.css

+3
Original file line numberDiff line numberDiff line change
@@ -9462,6 +9462,9 @@ body.template-fullwidthnotitle #content .page-header, body.template-fullwidthnot
94629462
}
94639463
}*/
94649464
}
9465+
.gform_wrapper .ginput_complex label {
9466+
font-weight: normal;
9467+
}
94659468
.gform_wrapper .ginput_complex > span {
94669469
display: block;
94679470
margin-bottom: 15px;

css/styles.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/nicomollet/stormbringer
44
Github Theme URI: https://github.com/nicomollet/stormbringer
55
Github Branch: master
66
Description: A simple responsive theme based on twitter's bootstrap framework.
7-
Version: 0.7.5
7+
Version: 0.7.6
88
Author: Nicolas Mollet
99
Author URI: http://www.nicolasmollet.com
1010
Text Domain: stormbringer

0 commit comments

Comments
 (0)