From 8b766fd3e82348cc04d33f820ad3e135149c0f2b Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Wed, 28 Jan 2015 18:02:25 -0200 Subject: [PATCH] Move files (from site) into css --- badge.css => css/badge.css | 0 .../bootstrap}/bootstrap-responsive.css | 0 {bootstrap => css/bootstrap}/bootstrap.css | 0 .../bootstrap}/img/glyphicons-halflings-white.png | Bin .../bootstrap}/img/glyphicons-halflings.png | Bin lesson.css => css/lesson.css | 0 swc-bootstrap.css => css/swc-bootstrap.css | 0 .../swc-workshop-and-lesson.css | 0 swc.css => css/swc.css | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename badge.css => css/badge.css (100%) rename {bootstrap => css/bootstrap}/bootstrap-responsive.css (100%) rename {bootstrap => css/bootstrap}/bootstrap.css (100%) rename {bootstrap => css/bootstrap}/img/glyphicons-halflings-white.png (100%) rename {bootstrap => css/bootstrap}/img/glyphicons-halflings.png (100%) rename lesson.css => css/lesson.css (100%) rename swc-bootstrap.css => css/swc-bootstrap.css (100%) rename swc-workshop-and-lesson.css => css/swc-workshop-and-lesson.css (100%) rename swc.css => css/swc.css (100%) diff --git a/badge.css b/css/badge.css similarity index 100% rename from badge.css rename to css/badge.css diff --git a/bootstrap/bootstrap-responsive.css b/css/bootstrap/bootstrap-responsive.css similarity index 100% rename from bootstrap/bootstrap-responsive.css rename to css/bootstrap/bootstrap-responsive.css diff --git a/bootstrap/bootstrap.css b/css/bootstrap/bootstrap.css similarity index 100% rename from bootstrap/bootstrap.css rename to css/bootstrap/bootstrap.css diff --git a/bootstrap/img/glyphicons-halflings-white.png b/css/bootstrap/img/glyphicons-halflings-white.png similarity index 100% rename from bootstrap/img/glyphicons-halflings-white.png rename to css/bootstrap/img/glyphicons-halflings-white.png diff --git a/bootstrap/img/glyphicons-halflings.png b/css/bootstrap/img/glyphicons-halflings.png similarity index 100% rename from bootstrap/img/glyphicons-halflings.png rename to css/bootstrap/img/glyphicons-halflings.png diff --git a/lesson.css b/css/lesson.css similarity index 100% rename from lesson.css rename to css/lesson.css diff --git a/swc-bootstrap.css b/css/swc-bootstrap.css similarity index 100% rename from swc-bootstrap.css rename to css/swc-bootstrap.css diff --git a/swc-workshop-and-lesson.css b/css/swc-workshop-and-lesson.css similarity index 100% rename from swc-workshop-and-lesson.css rename to css/swc-workshop-and-lesson.css diff --git a/swc.css b/css/swc.css similarity index 100% rename from swc.css rename to css/swc.css