Skip to content

Commit

Permalink
changed width of lame editor
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGrace authored and Mike Grace committed Jun 15, 2010
1 parent f91c5cd commit a6b7650
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/lame-edit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// WHEN DOM IS READY
$(document).ready(function() {
$("textarea, #control-tray").height($(window).height()-90);
$("textarea").width($(window).width()-55);
$("textarea").width($(window).width()-100);

$("textarea").tabby();

Expand Down
Empty file modified script/server
100644 → 100755
Empty file.

0 comments on commit a6b7650

Please sign in to comment.