~sense/ubuntu-wanted/drupal6-migration

« back to all changes in this revision

Viewing changes to module/wanted/themes/wanted/css/wanted.css

  • Committer: Sense Hofstede
  • Date: 2008-11-23 12:11:25 UTC
  • mfrom: (15.1.3 qevel)
  • Revision ID: sense@qense.nl-20081123121125-vqvqgbi5dlpzilub
New:
-MasRH's theme, without the suggestions of Hugh Barnes

Ugly:
-The favicon is defined twice, with the later being the correct one; the first is Drupal's default and can't be change inside the branch
-Drupal doesn't include JavaScript on the way required by XHTML, another thing that can't be changed in the branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
595
595
 
596
596
ul#maindropdown-1 li.maindropdown-1drop a i
597
597
{
598
 
        background: url(/modules/qapoll/images/maindropdownright.png) 100% 50% no-repeat;
 
598
        background: url(/themes/ubuntu-theme/images/maindropdownright.png) 100% 50% no-repeat;
599
599
        width: 15px;
600
600
}
601
601
 
602
602
ul#maindropdown-1 li.maindropdown-1nodrop a i
603
603
{
604
 
        background: url(/modules/qapoll/images/maindropdownrightnoarrow.png) 100% 50% no-repeat;
 
604
        background: url(/themes/ubuntu-theme/images/maindropdownrightnoarrow.png) 100% 50% no-repeat;
605
605
        width: 5px;
606
606
}
607
607