mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
wiki: Remove some inline css.
This commit is contained in:
@@ -997,6 +997,10 @@ a.author { margin-right: 0.5em; }
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#wiki_revision_reason {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wiki-page .revision {
|
||||
transition: opacity 500ms;
|
||||
-o-transition: opacity 500ms;
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
%if thing.show_reason_field:
|
||||
<br/><br/>
|
||||
<label for="reason">${_("reason for revision")}</label><br/>
|
||||
<input type="text" name="reason" style="width: 100%" />
|
||||
<input type="text" name="reason" id="wiki_revision_reason" />
|
||||
%endif
|
||||
<input type="hidden" id="previous" name="previous" value="${thing.previous}" /><br/><br/>
|
||||
<input type="submit" value="${_('save page')}" />
|
||||
|
||||
Reference in New Issue
Block a user