summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-03-11 18:53:40 -0700
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-03-11 18:53:40 -0700
commite4693a444d55e6543c2d7c74d92542b3f7e6870d (patch)
treeccd577acd64c868ee16bdda0acc2e3376db1b981
parent61b7f3069b9defca7134fec85d82b7f62d92e584 (diff)
parent012e6a275bc2ba50fae73dd4664054241d6dc7a8 (diff)
downloadaskbot-e4693a444d55e6543c2d7c74d92542b3f7e6870d.tar.gz
askbot-e4693a444d55e6543c2d7c74d92542b3f7e6870d.tar.bz2
askbot-e4693a444d55e6543c2d7c74d92542b3f7e6870d.zip
Merge pull request #96 from siovene/box-overflow
Adds overflow:hidden to .box selector.
-rw-r--r--askbot/media/style/style.css1
-rw-r--r--askbot/media/style/style.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index a53ebf37..cb5f3801 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -688,6 +688,7 @@ body.anon .search-drop-menu {
background: #fff;
padding: 4px 0px 10px 0px;
width: 200px;
+ overflow: hidden;
/* widgets for question template */
/* notify by email box */
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 0ce1b849..5dce292c 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -699,6 +699,7 @@ body.anon {
background: #fff;
padding: 4px 0px 10px 0px;
width:200px;
+ overflow: hidden;
p {
margin-bottom: 4px;