Commit 3d552243 by Kyle Fiedler

Styled wiki delete button

parent c53483ce
...@@ -21,7 +21,12 @@ form#wiki_revision { ...@@ -21,7 +21,12 @@ form#wiki_revision {
} }
#submit_delete { #submit_delete {
@include box-shadow(none);
background: none;
border: none;
color: #999;
float: right; float: right;
text-decoration: underline;
} }
input[type="submit"] { input[type="submit"] {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment