mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
5883b4f50c
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
43 lines
676 B
CSS
43 lines
676 B
CSS
/**
|
|
* @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;
|
|
}
|
|
|
|
.ponder-question {
|
|
background : white;
|
|
}
|
|
|
|
.phabricator-transaction-view .ponder-question {
|
|
background : white;
|
|
}
|
|
|
|
.phabricator-transaction-detail .ponder-question {
|
|
border : none;
|
|
}
|
|
|
|
|
|
.phabricator-transaction-view .ponder-answer {
|
|
background : white;
|
|
margin-bottom : 0;
|
|
}
|
|
|
|
.phabricator-transaction-content {
|
|
background : white;
|
|
}
|