Add css customization for navbar-inner and dropdown-menu. [YOCTO #6538]
Signed-off-by: Roxana Ciobanu <[email protected]> --- Post/static/css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Post/static/css/custom.css b/Post/static/css/custom.css index c5cb593..16fe910 100644 --- a/Post/static/css/custom.css +++ b/Post/static/css/custom.css @@ -55,3 +55,11 @@ td a:visited { .no-results { margin: 10px 0 0; } + +.navbar-inner form { + margin: 5px 0 0; +} + +.dropdown-menu { + padding: 10px; +} -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
