Merge pull request #1454 from awesomerobot/master

mobile: fixed quote control jump
This commit is contained in:
Robin Ward 2013-09-20 14:42:45 -07:00
commit 5bc0f7e9ee
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@ span.badge-posts {
}
}
button.create {
float: right !important;
border: 1px solid #888;
@ -449,6 +451,8 @@ blockquote {
margin-left: 8px;
color: #323232;
font-family: "FontAwesome";
position: relative;
z-index: 20;
}
.back:before {
content: "\f062";