diff options
author | Teddy Wing | 2014-04-20 20:28:52 -0400 |
---|---|---|
committer | Teddy Wing | 2014-04-20 20:28:52 -0400 |
commit | 5d0a0bcaa96eefa9981c49ce339cc37a26c81129 (patch) | |
tree | 6d351875e4675fc11baf6d3e4d4e3ca7fe57ba94 /sneak_peek_tag | |
parent | 4b8f99b9fe2f587b598b0a1d57c01906f1c35dc7 (diff) | |
download | django-sneak-peek-5d0a0bcaa96eefa9981c49ce339cc37a26c81129.tar.bz2 |
sneak_peek CSS: add .inline-block class
For `display: inline-block` positioning.
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 f7956ef..2e33fce 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 @@ -20,3 +20,7 @@ .django-sneak-peek.inline { display: inline; } + +.django-sneak-peek.inline-block { + display: inline-block; +} |