Skip to content

Commit

Permalink
Fixing FF bug with border on iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweinmann committed Mar 26, 2012
1 parent d26909e commit 8e0797b
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 362 deletions.
6 changes: 3 additions & 3 deletions app/stylesheets/_projects.sass
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@
#project_video
width: 610px
iframe
+border-top-left-radius(8px)
+border-top-right-radius(8px)
+box-shadow(rgba(0,0,0,0.5), 5px, 5px, 10px)
//+border-top-left-radius(8px)
//+border-top-right-radius(8px)
//+box-shadow(rgba(0,0,0,0.5), 5px, 5px, 10px)
#project_share
background-color: #FFFFAA
width: 96%
Expand Down
Loading

0 comments on commit 8e0797b

Please sign in to comment.