1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 12:52:42 +01:00

Increase the specificity of some styles.

This commit is contained in:
epriestley 2011-02-04 18:18:28 -08:00
parent 38e53df53c
commit 43307502e5

View file

@ -38,11 +38,11 @@
padding: .3em 5px .4em 1.25em; padding: .3em 5px .4em 1.25em;
} }
.differential-comment-core p { .differential-comment-core .phabricator-remarkup p {
margin: 0.35em 0; margin: 0.35em 0;
} }
.differential-comment-core code { .differential-comment-core .phabricator-remarkup code {
width: 88ex; width: 88ex;
width: 81ch; width: 81ch;
} }