1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/legalpad/legalpad-document.css
Bob Trahan f158b41d9c Tweak css
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
2014-01-24 16:12:50 -08:00

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