Skip to content

Commit

Permalink
Improve demos/CSSLintDemo.htm.
Browse files Browse the repository at this point in the history
Add default font and color for warning.
  • Loading branch information
XhmikosR committed Nov 22, 2013
1 parent 59741f2 commit 157a957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demos/CSSLintDemo.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<meta charset="utf-8">
<title>CSSLint Demo</title>
<style>
.error { color: red; }
html { font: 14px sans-serif; }
.error { color: #D9534F; font-weight: bold; }
.warning { color: #F0AD4E; }
</style>
<script src="../release/csslint.js"></script>
</head>
Expand Down

0 comments on commit 157a957

Please sign in to comment.