From 7db9174dbc4a8361797cd909eb703bf5c42be971 Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@prodromou.name>
Date: Wed, 11 Jun 2008 13:10:09 -0400
Subject: [PATCH] move files in default theme to one directory

darcs-hash:20080611171009-84dde-54dc9de5d799d77950e09233fda6939e76c15247.gz
---
 theme/default/{image => }/body.jpg                  | Bin
 theme/default/{image => }/bullet.gif                | Bin
 theme/default/{image => }/content.gif               | Bin
 theme/default/{image => }/content.png               | Bin
 theme/default/{image => }/default-avatar-mini.png   | Bin
 .../default/{image => }/default-avatar-profile.png  | Bin
 theme/default/{image => }/default-avatar-stream.png | Bin
 theme/default/{image => }/default-avatar.svg        |   0
 theme/default/{image => }/header.jpg                | Bin
 theme/default/{style => }/html.css                  |   0
 theme/default/{style => }/ie.css                    |   0
 theme/default/{style => }/layout.css                |   0
 theme/default/{image => }/menu.gif                  | Bin
 theme/default/{style => }/print.css                 |   0
 theme/default/{image => }/tn_inside.jpg             | Bin
 theme/default/{image => }/tn_stream.jpg             | Bin
 16 files changed, 0 insertions(+), 0 deletions(-)
 rename theme/default/{image => }/body.jpg (100%)
 rename theme/default/{image => }/bullet.gif (100%)
 rename theme/default/{image => }/content.gif (100%)
 rename theme/default/{image => }/content.png (100%)
 rename theme/default/{image => }/default-avatar-mini.png (100%)
 rename theme/default/{image => }/default-avatar-profile.png (100%)
 rename theme/default/{image => }/default-avatar-stream.png (100%)
 rename theme/default/{image => }/default-avatar.svg (100%)
 rename theme/default/{image => }/header.jpg (100%)
 rename theme/default/{style => }/html.css (100%)
 rename theme/default/{style => }/ie.css (100%)
 rename theme/default/{style => }/layout.css (100%)
 rename theme/default/{image => }/menu.gif (100%)
 rename theme/default/{style => }/print.css (100%)
 rename theme/default/{image => }/tn_inside.jpg (100%)
 rename theme/default/{image => }/tn_stream.jpg (100%)

diff --git a/theme/default/image/body.jpg b/theme/default/body.jpg
similarity index 100%
rename from theme/default/image/body.jpg
rename to theme/default/body.jpg
diff --git a/theme/default/image/bullet.gif b/theme/default/bullet.gif
similarity index 100%
rename from theme/default/image/bullet.gif
rename to theme/default/bullet.gif
diff --git a/theme/default/image/content.gif b/theme/default/content.gif
similarity index 100%
rename from theme/default/image/content.gif
rename to theme/default/content.gif
diff --git a/theme/default/image/content.png b/theme/default/content.png
similarity index 100%
rename from theme/default/image/content.png
rename to theme/default/content.png
diff --git a/theme/default/image/default-avatar-mini.png b/theme/default/default-avatar-mini.png
similarity index 100%
rename from theme/default/image/default-avatar-mini.png
rename to theme/default/default-avatar-mini.png
diff --git a/theme/default/image/default-avatar-profile.png b/theme/default/default-avatar-profile.png
similarity index 100%
rename from theme/default/image/default-avatar-profile.png
rename to theme/default/default-avatar-profile.png
diff --git a/theme/default/image/default-avatar-stream.png b/theme/default/default-avatar-stream.png
similarity index 100%
rename from theme/default/image/default-avatar-stream.png
rename to theme/default/default-avatar-stream.png
diff --git a/theme/default/image/default-avatar.svg b/theme/default/default-avatar.svg
similarity index 100%
rename from theme/default/image/default-avatar.svg
rename to theme/default/default-avatar.svg
diff --git a/theme/default/image/header.jpg b/theme/default/header.jpg
similarity index 100%
rename from theme/default/image/header.jpg
rename to theme/default/header.jpg
diff --git a/theme/default/style/html.css b/theme/default/html.css
similarity index 100%
rename from theme/default/style/html.css
rename to theme/default/html.css
diff --git a/theme/default/style/ie.css b/theme/default/ie.css
similarity index 100%
rename from theme/default/style/ie.css
rename to theme/default/ie.css
diff --git a/theme/default/style/layout.css b/theme/default/layout.css
similarity index 100%
rename from theme/default/style/layout.css
rename to theme/default/layout.css
diff --git a/theme/default/image/menu.gif b/theme/default/menu.gif
similarity index 100%
rename from theme/default/image/menu.gif
rename to theme/default/menu.gif
diff --git a/theme/default/style/print.css b/theme/default/print.css
similarity index 100%
rename from theme/default/style/print.css
rename to theme/default/print.css
diff --git a/theme/default/image/tn_inside.jpg b/theme/default/tn_inside.jpg
similarity index 100%
rename from theme/default/image/tn_inside.jpg
rename to theme/default/tn_inside.jpg
diff --git a/theme/default/image/tn_stream.jpg b/theme/default/tn_stream.jpg
similarity index 100%
rename from theme/default/image/tn_stream.jpg
rename to theme/default/tn_stream.jpg
-- 
2.39.5