1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/application/ponder/post.css
Pieter Hooimeijer 5883b4f50c 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 12:13:20 -07:00

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;
}