Author: bdemers
Date: Tue Oct 25 16:56:29 2016
New Revision: 1766561
URL: http://svn.apache.org/viewvc?rev=1766561&view=rev
Log:
Fixed tagline wrapping on small devices
Modified:
shiro/site/publish/assets/css/style.css
Modified: shiro/site/publish/assets/css/style.css
URL:
http://svn.apache.org/viewvc/shiro/site/publish/assets/css/style.css?rev=1766561&r1=1766560&r2=1766561&view=diff
==============================================================================
--- shiro/site/publish/assets/css/style.css (original)
+++ shiro/site/publish/assets/css/style.css Tue Oct 25 16:56:29 2016
@@ -25,6 +25,10 @@
width:100%;
}
+.tagline {
+ white-space: nowrap;
+}
+
/** ======================================================= */
/** Github Ribbon */