MDL-39424 bootstrapbase: add basic text styles to editor.css

This commit is contained in:
David Scotson 2013-05-08 11:54:39 +01:00
parent 95190fda69
commit 906b5731aa
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
@import "bootstrap/reset.less";
// Base CSS.
@import "bootstrap/scaffolding.less";
@import "bootstrap/type.less";
@import "bootstrap/code.less";
@import "bootstrap/tables.less";

File diff suppressed because one or more lines are too long