diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-10-06 23:18:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-10-06 23:18:36 -0300 |
commit | 9e8c71bbcc912bf3fa5f7e88c3b981419fb1173b (patch) | |
tree | 24b900a467bac97f7ddd67f3c467610dab7ca6d3 /css | |
parent | 661512c8398ec27bbb061d438f80fd9b29d030ce (diff) | |
download | muambeiro-9e8c71bbcc912bf3fa5f7e88c3b981419fb1173b.tar.gz muambeiro-9e8c71bbcc912bf3fa5f7e88c3b981419fb1173b.tar.bz2 |
Hide comment author from comment form
Diffstat (limited to 'css')
-rw-r--r-- | css/muambeiro.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/css/muambeiro.css b/css/muambeiro.css index 4c22a55..3578c95 100644 --- a/css/muambeiro.css +++ b/css/muambeiro.css @@ -23,9 +23,14 @@ ul.primary { } /* - * Group type. + * Hide some elements. */ #edit-group-group { display: none; visibility: hidden; } + +#edit-author--2 { + display: none; + visibility: hidden; +} |