mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
f158b41d9c
Summary: pick a value divisible by 3 and lose the moz stuff which is outdated poo. Test Plan: looks good (to me) still...! Reviewers: chad, epriestley Reviewed By: chad CC: chad, Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8062
15 lines
276 B
CSS
15 lines
276 B
CSS
/**
|
|
* @provides legalpad-document-css
|
|
*/
|
|
|
|
.legalpad .phabricator-remarkup .remarkup-note {
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.legalpad .phabricator-remarkup .remarkup-warning {
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.legalpad .phabricator-remarkup .remarkup-important {
|
|
border-radius: 15px;
|
|
}
|