aboutsummaryrefslogtreecommitdiffstats
path: root/sneak_peek_tag
diff options
context:
space:
mode:
authorTeddy Wing2014-04-21 16:42:54 -0400
committerTeddy Wing2014-04-21 16:42:54 -0400
commit6f7c84ed7ed60a6dc988daf164452cd16e7f7f32 (patch)
treedd580de7100cdc21b42ff35a33c5b8822d3ca698 /sneak_peek_tag
parent028d77d983e82f384f3a57e1d5c7b95a64bcb3a1 (diff)
downloaddjango-sneak-peek-6f7c84ed7ed60a6dc988daf164452cd16e7f7f32.tar.bz2
sneak_peek CSS: set default style to use .default class
Instead of globally setting styles for `.django-sneak-peek`, set those styles previously defined on it on `.django-sneak-peek.default`. This should make it easier to override styles and create new ones since users won't have to set various `border-image`s to `none`.
Diffstat (limited to 'sneak_peek_tag')
-rw-r--r--sneak_peek_tag/static/sneak_peek_tag/css/django-sneak-peek.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/sneak_peek_tag/static/sneak_peek_tag/css/django-sneak-peek.css b/sneak_peek_tag/static/sneak_peek_tag/css/django-sneak-peek.css
index 79b1fe2..e1ea96e 100644
--- a/sneak_peek_tag/static/sneak_peek_tag/css/django-sneak-peek.css
+++ b/sneak_peek_tag/static/sneak_peek_tag/css/django-sneak-peek.css
@@ -3,7 +3,7 @@
/* 'Under construction' border around sneak peek features */
-.django-sneak-peek {
+.django-sneak-peek.default {
border-style: solid;
border-width: 10px;
-moz-border-image: url('../images/django-sneak-peek-under-construction-border-image.png') 10 round;