Skip to content

Commit

Permalink
another little style tweak on the trac homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen committed Apr 4, 2013
1 parent 5b68716 commit 6c19865
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion wp-trac-client/css/wptc.css
Expand Up @@ -440,8 +440,9 @@ a.new:link, a.new:visited, span.new{
.project {
background: #F7F7EF;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: 2px;
width: 48%;
width: 46%;
padding: 5px;
}
.name {
Expand Down
6 changes: 4 additions & 2 deletions wp-trac-client/widgets.php
Expand Up @@ -1287,10 +1287,12 @@ function wptc_widget_trac_homepage() {
columnWidth : function(containerWidth) {
return containerWidth / 2;
},
// addtional spaces between columns
gutterWidth : 0,
isAnimated : true,
animationOptions : {
duration: 3000,
easing: 'linear',
duration: 600,
easing: 'swing',
queue: false
}
});
Expand Down

0 comments on commit 6c19865

Please sign in to comment.