--- trunk/static/app.css 2008/06/29 00:36:08 14 +++ trunk/static/app.css 2008/07/13 19:46:10 120 @@ -1,3 +1,17 @@ .debug { color: #888; } + +.error { + border: 3px dashed #f00; + background: #ffc; + padding: 0.5em; +} + +.classes { + position: absolute; + top: 1em; + right: 1em; + background: #eef; +} +