Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
colorpeach committed Apr 14, 2014
1 parent 4201a9b commit c84164a
Show file tree
Hide file tree
Showing 17 changed files with 31,428 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chrome_code_format/background.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<body>
<script src="js/background.js"></script>
</body>
</html>
7 changes: 7 additions & 0 deletions chrome_code_format/css/bootstrap.min.css

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions chrome_code_format/css/code-format.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.pointer{
cursor:pointer;
opacity:0.7;
}

.pointer:hover{
opacity:1;
color:#428bca;
}

.glyphicon-check{
color:#428bca;
}

.glyphicon-unchecked{
color:#333;
}
5 changes: 5 additions & 0 deletions chrome_code_format/devtoolsBackground.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<body>
<script src="js/devtoolsBackground.js"></script>
</body>
</html>
Binary file not shown.
229 changes: 229 additions & 0 deletions chrome_code_format/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit c84164a

Please sign in to comment.