1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-20 00:00:10 +01:00

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
This commit is contained in:
Bob Trahan 2014-01-24 16:12:50 -08:00
parent f6e9d36c32
commit f158b41d9c
2 changed files with 5 additions and 8 deletions

View file

@ -74,7 +74,7 @@ return array(
'rsrc/css/application/flag/flag.css' => '5337623f',
'rsrc/css/application/herald/herald-test.css' => '2b7d0f54',
'rsrc/css/application/herald/herald.css' => '59d48f01',
'rsrc/css/application/legalpad/legalpad-document.css' => 'c60a9d1e',
'rsrc/css/application/legalpad/legalpad-document.css' => 'cd275275',
'rsrc/css/application/maniphest/batch-editor.css' => '78444bc1',
'rsrc/css/application/maniphest/report.css' => '6fc16517',
'rsrc/css/application/maniphest/task-edit.css' => '8e23031b',
@ -656,7 +656,7 @@ return array(
'javelin-view-renderer' => '77461fd6',
'javelin-view-visitor' => 'ca704f2b',
'javelin-workflow' => 'd16edeae',
'legalpad-document-css' => 'c60a9d1e',
'legalpad-document-css' => 'cd275275',
'lightbox-attachment-css' => '686f8885',
'maniphest-batch-editor' => '78444bc1',
'maniphest-report-css' => '6fc16517',

View file

@ -3,16 +3,13 @@
*/
.legalpad .phabricator-remarkup .remarkup-note {
border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 15px;
}
.legalpad .phabricator-remarkup .remarkup-warning {
border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 15px;
}
.legalpad .phabricator-remarkup .remarkup-important {
border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 15px;
}