trying to restore css on format selection
Oleg
committed Dec 14, 2011
commit 0147cea39bff0676544f24b6f4b1915eebc5a514
Showing 1
changed file with
9 additions
and 0 deletions
app/assets/stylesheets/comfortable_mexican_sofa/widgets.css
+9
-0
| @@ | @@ -17,4 +17,13 @@ |
| } | |
| .el-rte .toolbar ul li.sofa_link { | |
| background-position:-244px -29px | |
| + | } |
| + | #cms_body .el-rte .toolbar ul li.formatblock h1, |
| + | #cms_body .el-rte .toolbar ul li.formatblock h2 { |
| + | font: normal 11px 'Trebuchet MS', Verdana, Geneva, sans-serif; |
| + | border: 0px; |
| + | padding: 0px; |
| + | margin: 0px; |
| + | letter-spacing: normal; |
| + | text-shadow: none; |
| } | |
| \ No newline at end of file | |