Skip to content

Commit

Permalink
Add horizontal screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Sep 18, 2014
1 parent c2e8ed4 commit f3cbdfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/css/less/wunderground.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

float: right;
text-align: right;
margin-bottom: 7px;

.wu-rtl & {
float: left;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/wunderground.css

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

2 changes: 1 addition & 1 deletion inc/class-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static function get_layouts() {
'desc' => __('Display the forecast in a table with rows. Great for in-depth forecast display.', 'wunderground'),
),
'table-horizontal' => array(
'thumbnail' => '<img src="'.plugins_url( 'assets/img/thumbnail/table-vertical.png', Wunderground_Plugin::$file ).'" />',
'thumbnail' => '<img src="'.plugins_url( 'assets/img/thumbnail/table-horizontal.png', Wunderground_Plugin::$file ).'" />',
'path' => '',
'label' => __('Horizontal Table', 'wunderground'),
'desc' => __('Display the forecast in a table with columns. Great for forecast summaries.', 'wunderground'),
Expand Down

0 comments on commit f3cbdfc

Please sign in to comment.