StephenOTT / Test3

0 stars 0 forks source link

missing icon for mailto link in the footer #8

Closed StephenOTT closed 10 years ago

StephenOTT commented 10 years ago

An override in wetkit_omega is removing the mailto icon in the footer menu.

this following code needs to be removed:

#gcwu-sft {
  li {
    a[href^="mailto:"] {
      background-image: none;
      padding-left: 0px;
    }
  }
}

To See Full Issue Go to: https://drupal.org/node/2138597

Component: WetKit Omega
Version: 7.x-1.x-dev
Priority: Normal
Category: Bug report
StephenOTT commented 10 years ago

AUTOMATED CLOSE MESSAGE FROM DRUPAL.org
Close Code: Closed (fixed)