Repository: shiro-site Updated Branches: refs/heads/master 38f7c6cee -> a03ba8cc2
Fixed tagline wrapping on small devices Project: http://git-wip-us.apache.org/repos/asf/shiro-site/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro-site/commit/a03ba8cc Tree: http://git-wip-us.apache.org/repos/asf/shiro-site/tree/a03ba8cc Diff: http://git-wip-us.apache.org/repos/asf/shiro-site/diff/a03ba8cc Branch: refs/heads/master Commit: a03ba8cc215665731259e6e25d3782a5cee62082 Parents: 38f7c6c Author: Brian Demers <[email protected]> Authored: Tue Oct 25 12:55:48 2016 -0400 Committer: Brian Demers <[email protected]> Committed: Tue Oct 25 12:55:48 2016 -0400 ---------------------------------------------------------------------- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro-site/blob/a03ba8cc/assets/css/style.css ---------------------------------------------------------------------- diff --git a/assets/css/style.css b/assets/css/style.css index 3504d70..54fa047 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -25,6 +25,10 @@ width:100%; } +.tagline { + white-space: nowrap; +} + /** ======================================================= */ /** Github Ribbon */
