Skip to content

Commit

Permalink
test css with old/obsolete browsers, twentytwelve theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlymarvin committed May 14, 2018
1 parent 912436c commit ae93238
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/css/bites4wp.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/bites4wp.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions assets/css/bites4wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
.biteslink-profile-link a {
display: block;
padding: 14px 10px 0;
line-height:26px;
}

&.mobile-left .biteslink-profile-link a,
Expand Down Expand Up @@ -123,8 +124,7 @@
a {
display:flex;
justify-content: center;
padding: 12px 26px;

padding: 12px 26px;

span {
align-self:center;
Expand All @@ -139,6 +139,8 @@
min-width:40px;
width:40px;
height:40px;
position:relative;
top:1px;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions bites4wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Bites4WP
* Plugin URI: http://bites4wp.memphismckay.com
* Description: Book+Main Bites Profile Link Plugin for WordPress
* Version: 1.0.5
* Version: 1.0.6
* Author: Memphis McKay
* Author URI: https://memphismckay.com
* License: GPL-2.0+
Expand Down Expand Up @@ -39,7 +39,7 @@
die;
}

define( 'BITES4WP_CURRENT_VERSION', '1.0.5' );
define( 'BITES4WP_CURRENT_VERSION', '1.0.6' );
define( 'BITES4WP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BITES4WP_PLUGIN_URL', plugin_dir_url(__FILE__) );
define( 'BITES4WP_PLUGIN_BASENAME', plugin_basename(__FILE__) );
Expand Down

0 comments on commit ae93238

Please sign in to comment.