From f6dd562aeb98d539e2972ea6d3e3c5c975136f5c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Apr 2014 20:14:33 -0400 Subject: sneak-peek CSS: add .inline modifier class Allow sneak peek to appear inline by adding the `.inline` modifier class. --- sneak_peek_tag/static/sneak_peek_tag/css/django-sneak-peek.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sneak_peek_tag') 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; +} -- cgit v1.2.3