2012-08-10 19:44:04 +02:00
|
|
|
/**
|
|
|
|
* @provides ponder-post-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ponder-post-list {
|
|
|
|
max-width: 1162px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-add-answer-panel {
|
|
|
|
max-width: 1162px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-post-list .anchor-target {
|
|
|
|
background-color: #ffffdd;
|
|
|
|
border-color: #ffff00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-post-core .phabricator-remarkup .remarkup-code-block {
|
|
|
|
width: 88ex;
|
|
|
|
width: 81ch;
|
|
|
|
}
|
|
|
|
|
adding comments to ponder
Summary: This is pretty spartan, but it does the job.
Test Plan:
Patch, update storage, add some comment
to your favorite question or answer.
Reviewers: nh, vrana, epriestley
Reviewed By: epriestley
CC: aran, Korvin, starruler, syrneus, me.here, victorzarate7
Maniphest Tasks: T1645
Differential Revision: https://secure.phabricator.com/D3471
2012-09-11 21:13:20 +02:00
|
|
|
.ponder-question {
|
2015-03-26 20:56:58 +01:00
|
|
|
background: white;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|