aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-04-20 20:14:33 -0400
committerTeddy Wing2014-04-20 20:14:33 -0400
commitf6dd562aeb98d539e2972ea6d3e3c5c975136f5c (patch)
tree9148f72d3d6d946f4aed8fdc14127563218ed192
parent482262ac7efc9ee0064eb0d4df6648772ef9c3f7 (diff)
downloaddjango-sneak-peek-f6dd562aeb98d539e2972ea6d3e3c5c975136f5c.tar.bz2
sneak-peek CSS: add .inline modifier class
Allow sneak peek to appear inline by adding the `.inline` modifier class.
-rw-r--r--sneak_peek_tag/static/sneak_peek_tag/css/django-sneak-peek.css4
1 files changed, 4 insertions, 0 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 103a504..f7956ef 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
@@ -16,3 +16,7 @@
.django-sneak-peek.borderless {
border: none;
}
+
+.django-sneak-peek.inline {
+ display: inline;
+}