aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-04-20 20:28:52 -0400
committerTeddy Wing2014-04-20 20:28:52 -0400
commit5d0a0bcaa96eefa9981c49ce339cc37a26c81129 (patch)
tree6d351875e4675fc11baf6d3e4d4e3ca7fe57ba94
parent4b8f99b9fe2f587b598b0a1d57c01906f1c35dc7 (diff)
downloaddjango-sneak-peek-5d0a0bcaa96eefa9981c49ce339cc37a26c81129.tar.bz2
sneak_peek CSS: add .inline-block class
For `display: inline-block` positioning.
-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 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;
+}