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 cada30e commit 118f04a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ bootstrapのように利用して簡単にサイトを構築するためのチ
[Googleマテリアル・デザインから学ぶ4つの重要ポイント + 参考UIデザイン、無料素材まとめ](http://photoshopvip.net/archives/71776)
*/

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 118f04a

Please sign in to comment.