Skip to content

Commit

Permalink
Changed CSS Classes to Have balloon Prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vhmth committed Oct 20, 2012
1 parent 0f8163e commit 22b78e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions balloon.css
@@ -1,9 +1,9 @@
.inflated {
.balloon-inflated {
position: fixed;
top: 0px;
}

.floating {
.balloon-floating {
position: relative;
z-index: 1;
}
4 changes: 2 additions & 2 deletions balloon.js
Expand Up @@ -20,8 +20,8 @@
var
VER = '0.1',
root = this,
INFLATION_CLASS_NAME = 'inflated',
FLOATING_CLASS_NAME = 'floating',
INFLATION_CLASS_NAME = 'balloon-inflated',
FLOATING_CLASS_NAME = 'balloon-floating',

balloon,
jeeves;
Expand Down

0 comments on commit 22b78e0

Please sign in to comment.