diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-04 16:30:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-04 16:30:55 -0300 |
commit | 15f4026f388bcef996fe6f7bc4f5dfcc33598146 (patch) | |
tree | ef448cb797ba53d07e41b7578055cc980f26bcac | |
parent | 860ec2f52188a15ac9c27db9d2951c86e624cf8f (diff) | |
download | nuvemdario-15f4026f388bcef996fe6f7bc4f5dfcc33598146.tar.gz nuvemdario-15f4026f388bcef996fe6f7bc4f5dfcc33598146.tar.bz2 |
Hiding input format selection
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2566,3 +2566,7 @@ input, select, textarea { fieldset, input.form-text, input.form-submit, .teaser-button, textarea.form-textarea { border-radius: 4px 4px 4px 4px; } + +fieldset#edit-body-und-0-format.filter-wrapper.form-wrapper { + display: none; +} |