Theme: Fix wrapping on menu brand text.

This commit is contained in:
reliberate
2016-03-28 12:49:46 -06:00
parent e13e594376
commit 1a05ff4f50

View File

@@ -232,6 +232,7 @@
/* menu brand text */
.navbar-header > div > a.navbar-brand {
color: <?php echo ($_SESSION['theme']['menu_brand_text_color']['text'] != '') ? $_SESSION['theme']['menu_brand_text_color']['text'] : 'rgba(255,255,255,0.80)'; ?>;
white-space: nowrap;
}
.navbar-header > div > a.navbar-brand:hover {