diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bartik/css/style.css | 2 | ||||
-rw-r--r-- | themes/bartik/templates/page.tpl.php | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 631ff206a..3fa785487 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -427,10 +427,12 @@ h1#site-name, } #main-menu-links { font-size: 0.929em; + margin: 0; padding: 0 15px; } #main-menu-links li { float: left; /* LTR */ + list-style: none; padding: 0 1px; margin: 0 1px; } diff --git a/themes/bartik/templates/page.tpl.php b/themes/bartik/templates/page.tpl.php index e03c76452..f426b8bfc 100644 --- a/themes/bartik/templates/page.tpl.php +++ b/themes/bartik/templates/page.tpl.php @@ -129,7 +129,7 @@ 'links' => $main_menu, 'attributes' => array( 'id' => 'main-menu-links', - 'class' => array('links', 'inline', 'clearfix'), + 'class' => array('links', 'clearfix'), ), 'heading' => array( 'text' => t('Main menu'), |