summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-20 13:53:04 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-20 13:53:04 -0300
commit345cb73f0cbdea5d0d4fe4befa5c7df25707e18d (patch)
tree564537f77a61b290003eb775bd26d275c7dae01e
parent37731a00a7024328343f710e49d94a1490accf52 (diff)
downloadaskbot-345cb73f0cbdea5d0d4fe4befa5c7df25707e18d.tar.gz
askbot-345cb73f0cbdea5d0d4fe4befa5c7df25707e18d.tar.bz2
askbot-345cb73f0cbdea5d0d4fe4befa5c7df25707e18d.zip
gave 100% width to the footer links on narrow screens
-rw-r--r--askbot/media/style/style.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index df1c3397..b9af0203 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -4024,6 +4024,7 @@ textarea.tipped-input {
.footer-links,
.powered-link {
text-align: center;
+ width: 100%;
}
#userToolsNav {