From 1c579ea0a7a2a92dd49641bcbeb90be680e131f9 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 20 Nov 2012 13:37:15 -0300 Subject: simplified the footer for very narrow screens --- askbot/media/style/style.less | 6 ++++++ 1 file changed, 6 insertions(+) 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; } -- cgit v1.2.3-1-g7c22