Commit 0cbd6fa2 by Kyle Fiedler

merged with default

--HG--
branch : templates-kf-print
parents 2fb05da5 77b6c862
......@@ -16,6 +16,7 @@
border: 1px solid #ccc;
text-decoration: none;
}
}
.action-link {
a {
......
......@@ -73,6 +73,10 @@ form.question-form {
padding: 0;
margin-top: -15px;
h1 a {
float: right;
}
input[type="text"] {
width: flex-grid(6);
}
......
......@@ -42,7 +42,7 @@ div.discussion-wrapper aside {
a {
@include border-radius(3px);
border: 1px solid #888;
border: 1px solid #aaa;
cursor: pointer;
display: inline-block;
margin-right: 6px;
......@@ -121,7 +121,7 @@ div.discussion-wrapper aside {
// Question view sopecific
div.follow-buttons {
margin: 20px 0;
margin-top: 20px;
display: block;
a.button {
......@@ -131,6 +131,36 @@ div.discussion-wrapper aside {
width: 100%;
}
}
div.question-stats {
ul {
color: #777;
li {
@include box-shadow(0 1px 0 #eee);
border-bottom: 1px solid #d3d3d3;
padding: 7px 0;
&:last-child {
@include box-shadow(none);
border: 0;
}
strong {
float: right;
padding-right: 10px;
}
}
}
}
div.markdown ul li {
margin: 20px 0;
ol li {
margin: 0;
}
}
}
......
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