Skip to content

Commit cd45ef7

Browse files
author
Roni Laukkarinen
committed
Fix navigation arrow alignment and change to rem, Release 1.9.0
1 parent a8d3e75 commit cd45ef7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

css/global.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* The current version of the theme.
1212
*/
13-
define( 'AIR_VERSION', '1.8.3' );
13+
define( 'AIR_VERSION', '1.9.0' );
1414

1515
/**
1616
* Allow Gravity Forms to hide labels to add placeholders

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "air",
3-
"version": "1.8.3",
3+
"version": "1.9.0",
44
"description": "A minimalist WordPress starter theme.",
55
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
66
"devDependencies": {

sass/layout/_navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
height: 10px;
5757
position: absolute;
5858
right: 12px;
59-
margin-top: -1px;
59+
margin-top: -.1rem;
6060
padding-right: .2rem;
6161
vertical-align: text-bottom;
6262
}

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/digitoimistodude/air
44
Author: Digitoimisto Dude Oy
55
Author URI: https://www.dude.fi
66
Description: A minimalist WordPress starter theme.
7-
Version: 1.8.3
7+
Version: 1.9.0
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: air

0 commit comments

Comments
 (0)