From 0626f61905f0ef3b9a735d167d325a9fe03a6398 Mon Sep 17 00:00:00 2001 From: Aloshi Date: Sat, 8 Mar 2014 13:08:37 -0600 Subject: [PATCH] Update THEMES.md examples to use "logo" instead of "header". --- THEMES.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/THEMES.md b/THEMES.md index 1fac63f77..98f057ae2 100644 --- a/THEMES.md +++ b/THEMES.md @@ -137,12 +137,12 @@ Sometimes you want to apply the same properties to the same elements across mult 3 - + ./snes_art/snes_header.png - + ./snes_art/snes_header_detailed.png @@ -154,26 +154,26 @@ This is equivalent to: 3 - + ./snes_art/snes_header.png - + ./snes_art/snes_header_detailed.png - + ./snes_art/snes_header.png - + ./snes_art/snes_header.png - ... and any other view that might try to look up "header" ... + ... and any other view that might try to look up "logo" ... ```