Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/core/remarkup.css
| Show First 20 Lines • Show All 333 Lines • ▼ Show 20 Lines | .phabricator-remarkup-embed-image-full img { | ||||
| max-width: 100%; | max-width: 100%; | ||||
| } | } | ||||
| .phabricator-remarkup table.remarkup-table { | .phabricator-remarkup table.remarkup-table { | ||||
| border-collapse: separate; | border-collapse: separate; | ||||
| border-spacing: 1px; | border-spacing: 1px; | ||||
| background: {$lightblueborder}; | background: {$lightblueborder}; | ||||
| margin: 12px 0; | margin: 12px 0; | ||||
| word-break: normal; | |||||
| } | } | ||||
| .phabricator-remarkup table.remarkup-table th { | .phabricator-remarkup table.remarkup-table th { | ||||
| font-weight: bold; | font-weight: bold; | ||||
| padding: 4px 6px; | padding: 4px 6px; | ||||
| background: #F8F9FC; | background: {$lightbluebackground}; | ||||
| } | } | ||||
| .phabricator-remarkup table.remarkup-table td { | .phabricator-remarkup table.remarkup-table td { | ||||
| background: #ffffff; | background: #ffffff; | ||||
| padding: 3px 6px; | padding: 3px 6px; | ||||
| } | } | ||||
| body div.phabricator-remarkup.remarkup-has-toc | body div.phabricator-remarkup.remarkup-has-toc | ||||
| ▲ Show 20 Lines • Show All 185 Lines • Show Last 20 Lines | |||||