new icons for new post; fixed icons on reply

This commit is contained in:
Tom Giannattasio
2012-09-04 11:22:46 -04:00
parent a574c48c13
commit 00abf08dc3
2 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -351,6 +351,14 @@ body.discussion {
padding: 40px;
box-sizing: border-box;
}
.wmd-button {
background: none;
}
.wmd-button span {
background: url(../images/new-post-icons-full.png) no-repeat;
}
}
.new-post-form {
@@ -1408,6 +1416,10 @@ body.discussion {
@include blue-button;
float: left;
}
.wmd-button {
width: 15px;
}
}