diff options
author | Teddy Wing | 2014-04-20 20:14:33 -0400 |
---|---|---|
committer | Teddy Wing | 2014-04-20 20:14:33 -0400 |
commit | f6dd562aeb98d539e2972ea6d3e3c5c975136f5c (patch) | |
tree | 9148f72d3d6d946f4aed8fdc14127563218ed192 /sneak_peek_tag | |
parent | 482262ac7efc9ee0064eb0d4df6648772ef9c3f7 (diff) | |
download | django-sneak-peek-f6dd562aeb98d539e2972ea6d3e3c5c975136f5c.tar.bz2 |
sneak-peek CSS: add .inline modifier class
Allow sneak peek to appear inline by adding the `.inline` modifier
class.
Diffstat (limited to 'sneak_peek_tag')
-rw-r--r-- | sneak_peek_tag/static/sneak_peek_tag/css/django-sneak-peek.css | 4 |
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; +} |