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 0dfc872 commit cada30e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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("./animation.css");
@import url("http://orestrap.azurewebsites.net/css/animation.css");

/* ### Layout ### */
@import url("./layout.css");
@import url("./buttons.css");
@import url("./fixie-demo.css");
@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");

/* ### Components ### */
@import url("./highlight/styles/googlecode.css");
@import url("http://orestrap.azurewebsites.net/css/highlight/styles/googlecode.css");
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="This project aims at making sure your style sheets are fully documented whilst being synchronized with your webpages styles. To do this it actually uses your live stylesheets in so that at anytime you can review how your styleguide looks.">
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/styles.css">
<script type="text/javascript"> if (!window.console) console = {log: function() {}}; </script>

<script data-main="js/main" src="js/libs/require/require.js"></script>
Expand Down

0 comments on commit cada30e

Please sign in to comment.