Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
szk11001 committed Oct 8, 2014
2 parents d505e61 + 2a932d7 commit 42f77f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php wp_title( '|', true, 'right' ); ?></title>
Expand Down
9 changes: 9 additions & 0 deletions sass/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,15 @@
th {
white-space:nowrap;
}
td{
&.uc-output-email{
word-break: break-all;
}
&.uc-output-more{
word-break: break-all;
}

}
}
&.uc-ecw {
padding-bottom:$widget-content-margin;
Expand Down

0 comments on commit 42f77f7

Please sign in to comment.