Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerinshaft committed May 30, 2015
1 parent c3b2568 commit 0dfc872
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ bootstrapのように利用して簡単にサイトを構築するためのチ
body{background-color: blue;}

/* ### animation ### */
@import url("http://orestrap.azurewebsites.net/css/animation.css");
@import url("./animation.css");

/* ### Layout ### */
@import url("http://orestrap.azurewebsites.net/css/layout.css");
@import url("http://orestrap.azurewebsites.net/css/buttons.css");
@import url("http://orestrap.azurewebsites.net/css/fixie-demo.css");
@import url("./layout.css");
@import url("./buttons.css");
@import url("./fixie-demo.css");

/* ### Components ### */
@import url("http://orestrap.azurewebsites.net/css/highlight/styles/googlecode.css");
@import url("./highlight/styles/googlecode.css");

0 comments on commit 0dfc872

Please sign in to comment.