Update style.css

This commit is contained in:
Joshua Woodward 2014-08-04 23:52:50 -07:00
parent bd14db7014
commit 8092cd36dd

View file

@ -1159,14 +1159,10 @@ nav ul > li > a.current, nav ul > li > a:hover {
margin-bottom: -4px; margin-bottom: -4px;
-webkit-transition: all .35s; -webkit-transition: all .35s;
transition: all .35s; transition: all .35s;
background-position: -30px; background-position: -30px
-webkit-background-size: 115% 115%;
background-size: 115%;
} }
.speaker-item:hover figure { .speaker-item:hover figure {
background-position: center left; background-position: center left;
-webkit-background-size: 105% 105%;
background-size: 105%;
} }
.team-item .overlay, .speaker-item .overlay { .team-item .overlay, .speaker-item .overlay {
-webkit-transition: all .35s; -webkit-transition: all .35s;
@ -1455,13 +1451,9 @@ nav ul > li > a.current, nav ul > li > a:hover {
-webkit-transition: all .35s; -webkit-transition: all .35s;
transition: all .35s; transition: all .35s;
background-position: -30px; background-position: -30px;
-webkit-background-size: 115% 115%;
background-size: 115%;
} }
.team-item:hover figure { .team-item:hover figure {
background-position: center left; background-position: center left;
-webkit-background-size: 105% 105%;
background-size: 105%;
} }
.team-item:hover .overlay { .team-item:hover .overlay {
background: rgba(0, 0, 0, .3); background: rgba(0, 0, 0, .3);