Theme: Fix wrapping on menu brand text.

This commit is contained in:
reliberate
2016-03-28 12:49:46 -06:00
parent 53ec75d5d3
commit b52004e822

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 {