From 509978172e3e62b4e93a54306bc880811f9b7ea0 Mon Sep 17 00:00:00 2001 From: Bennett Blodinger Date: Fri, 19 Aug 2016 20:11:35 -0400 Subject: [PATCH] Fixes bootgrid alignment The dropdown li inherit text alignment. --- html/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/styles.css b/html/css/styles.css index 8104ef9db2..769b10830a 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1663,7 +1663,6 @@ tr.search:nth-child(odd) { .gridster li { font-size: 1em; - text-align: center; line-height: 100%; } @@ -1705,6 +1704,7 @@ tr.search:nth-child(odd) { padding: 0.8em; background-color: #000000; color: #ffffff; + text-align: center; -webkit-border-top-left-radius: 4px; -moz-border-top-right-radius: 4px; border-top-left-radius: 4px;