Skip to content

Commit

Permalink
Fix top theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Sep 21, 2013
1 parent 65c5a9b commit e2fc674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/vex-theme-top.css
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
}

/* line 8, ../sass/vex-theme-top.sass */
.vex.vex-theme-os.vex-closing .vex-content {
.vex.vex-theme-top.vex-closing .vex-content {
animation: vex-dropout 0.5s;
-webkit-animation: vex-dropout 0.5s;
-moz-animation: vex-dropout 0.5s;
Expand All @@ -752,7 +752,7 @@
-webkit-backface-visibility: hidden;
}
/* line 11, ../sass/vex-theme-top.sass */
.vex.vex-theme-os .vex-content {
.vex.vex-theme-top .vex-content {
animation: vex-dropin 0.5s;
-webkit-animation: vex-dropin 0.5s;
-moz-animation: vex-dropin 0.5s;
Expand Down
2 changes: 1 addition & 1 deletion sass/vex-theme-top.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
+keyframes-vex-dropin
+keyframes-vex-dropout

.vex.vex-theme-os
.vex.vex-theme-top

&.vex-closing .vex-content
+vex-animation(vex-dropout .5s)
Expand Down

0 comments on commit e2fc674

Please sign in to comment.