aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-27 16:15:48 +0200
committerVictor Häggqvist <[email protected]>2014-06-27 16:15:48 +0200
commit4089937a6670c76fa13013b3334e330b9f44b01c (patch)
tree36e18219aca7f73dfa186192bd5a78b30458b9d0
parentd90b34f6eb14e6f0353b22ad36e012f5440afc34 (diff)
fix for nav active
-rw-r--r--sass/touch-imagelightbox.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/touch-imagelightbox.scss b/sass/touch-imagelightbox.scss
index 0ae16c0..c9df56f 100644
--- a/sass/touch-imagelightbox.scss
+++ b/sass/touch-imagelightbox.scss
@@ -164,10 +164,10 @@ html {
height: 20px;
margin: 0 5px;
width: 20px;
+ }
- .active {
- background-color: #fff;
- }
+ .active {
+ background-color: #fff;
}
}