Skip to content

Commit

Permalink
Merge pull request #11 from gameclosure/fix-examples
Browse files Browse the repository at this point in the history
Fixed style
  • Loading branch information
mikehenrty committed Feb 14, 2013
2 parents 06e4a7c + b372c21 commit 654321c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/serve/plugins/projects/static/projects.styl
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ exampleListMargin = 15px
font-family 'Gill Sans'

.exampleProjectCell:nth-child(even)
background #133
background-color rgba(0, 0, 0, 0.4)

.exampleProjectCell .projectName
color #EEF
text-shadow none
width 200px
width 320px
font-size 15px
margin 0
text-align left
Expand Down
2 changes: 1 addition & 1 deletion src/serve/public/Overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exports = Class(squill.TabbedPane, function(supr) {
className: 'projectName',
id: '_overviewProjectName',
text: 'no project selected'
},
}
]
},
{
Expand Down

0 comments on commit 654321c

Please sign in to comment.