Commit 1c2a6fc1 by Scott

Fix best answer overlap when answer count hidden

Fixes #387.
parent fd628cf3
......@@ -370,7 +370,7 @@ h1 {
}
.qa-a-item-main {
float: right;
float: left;
margin: 0 20px 0 0;
}
}
......
......@@ -2522,6 +2522,10 @@ input[type="submit"], button {
line-height: 1.71429em;
}
.qa-a-item-avatar-meta {
margin-top: 70px;
}
.qa-a-selection {
left: 100px;
top: 20px;
......@@ -2529,7 +2533,7 @@ input[type="submit"], button {
}
@media (min-width: 980px) {
.qa-a-item-main {
float: left;
float: right;
margin: 0 0 0 20px;
width: 86%;
}
......
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