Just combine the code :)

themes/bartik/css/style.css

#main-menu-links a {
  color: #d9d9d9;
  padding: 0.6em 1em 0.4em;
}
#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;
}
#main-menu-links a {
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  float: left; /* LTR */
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 0.8em;
CommentFileSizeAuthor
bartik-style.patch368 bytesdroplet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

That one is easy :D

tim.plunkett’s picture

I second this, just in case the lack of consensus worried the committers :)

arlinsandbulte’s picture

Note:
Looks like Dries committed this to 7.x, but not 8.x:

http://drupalcode.org/project/drupal.git/commit/582486c

Dries’s picture

Status: Reviewed & tested by the community » Fixed

This looks committed to 8.x to me. Please re-open if not.

Automatically closed -- issue fixed for 2 weeks with no activity.