Small fix.

This commit is contained in:
Steven Verbeek 2012-03-17 13:13:42 -03:00
parent 66d64ad4f4
commit c43ac3c721
2 changed files with 2 additions and 2 deletions

View file

@ -951,7 +951,6 @@ p.time {
}
}
}
pre {
background: white !important;

View file

@ -14,7 +14,8 @@
.clearfix
= f.label :description, "Issue Details"
.input= f.text_area :description, :maxlength => 2000, :class => "xxlarge"
.input
= f.text_area :description, :maxlength => 2000, :class => "xxlarge"
%p.hint Markdown is enabled.
.clearfix