summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-20 13:37:15 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-20 13:37:15 -0300
commit1c579ea0a7a2a92dd49641bcbeb90be680e131f9 (patch)
treed4e303ef7708453dd4d4044bfb8dc34ccfabe6b3
parent85ec22dfba6136228f817baa9947e50b7956bc06 (diff)
downloadaskbot-1c579ea0a7a2a92dd49641bcbeb90be680e131f9.tar.gz
askbot-1c579ea0a7a2a92dd49641bcbeb90be680e131f9.tar.bz2
askbot-1c579ea0a7a2a92dd49641bcbeb90be680e131f9.zip
simplified the footer for very narrow screens
-rw-r--r--askbot/media/style/style.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 552f743b..8dd589c7 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -4007,6 +4007,7 @@ textarea.tipped-input {
#askButton,
#navBadges,
.user-info,
+ .copyright,
.counts .views,
.counts .votes,
.help,
@@ -4020,6 +4021,11 @@ textarea.tipped-input {
display: none;
}
+ .footer-links,
+ .powered-link {
+ text-align: center;
+ }
+
.short-summary:first-child {
padding-top: 0;
}