Skip to content

Commit

Permalink
Update CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed May 20, 2014
1 parent 4c1c84a commit c9e173d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions css/froala_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ button {
-ms-user-select: none;
}
.f-italic {
font-style: italic;
font-style: italic !important;
}
.f-spaced {
letter-spacing: 3px;
letter-spacing: 3px !important;
}
.f-uppercase {
text-transform: uppercase;
text-transform: uppercase !important;
}
.f-typewriter {
font-family: 'Lucida Console', monospace;
line-height: 160%;
font-family: 'Lucida Console', monospace !important;
line-height: 160% !important;
font-size: 14px;
}
.froala-element {
Expand Down
Loading

0 comments on commit c9e173d

Please sign in to comment.