From e821a90ef79d1886da7cadebcf05166a7ac64ef8 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Fri, 24 Oct 2014 10:53:31 -0200 Subject: [PATCH] Move files into css --- book.css => css/book.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.css => css/swc.css | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename book.css => css/book.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.css => css/swc.css (100%) diff --git a/book.css b/css/book.css similarity index 100% rename from book.css rename to css/book.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.css b/css/swc.css similarity index 100% rename from swc.css rename to css/swc.css