mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: remove "@import url(typography.css)" from FileIFrameField.css, because there is no such as under spphire/css/ any more, and it take longer time trying to load none exited file
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@87844 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
bb2b79e959
commit
7c46b8957d
@ -1,4 +1,8 @@
|
|||||||
|
/*
|
||||||
|
typography.css has been removed from sapphire, why shall we still has this? a dynamic typographp.css should be used by
|
||||||
|
server side call, like Requirements::css();
|
||||||
@import url("typography.css");
|
@import url("typography.css");
|
||||||
|
*/
|
||||||
|
|
||||||
html,body {
|
html,body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user