[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides ponder-post-css 3 */ 4 5 .ponder-post-list { 6 max-width: 1162px; 7 } 8 9 .ponder-add-answer-panel { 10 max-width: 1162px; 11 } 12 13 .ponder-post-list .anchor-target { 14 background-color: #ffffdd; 15 border-color: #ffff00; 16 } 17 18 .ponder-post-core .phabricator-remarkup .remarkup-code-block { 19 width: 88ex; 20 width: 81ch; 21 } 22 23 .ponder-question { 24 background : white; 25 } 26 27 .phabricator-transaction-view .ponder-question { 28 background : white; 29 } 30 31 .phabricator-transaction-detail .ponder-question { 32 border : none; 33 } 34 35 36 .phabricator-transaction-view .ponder-answer { 37 background : white; 38 margin-bottom : 0; 39 } 40 41 .phabricator-transaction-content { 42 background : white; 43 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |