diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-10-31 18:34:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-10-31 18:34:40 -0200 |
commit | 4ac9d27a8c1d138557820a5916690183f6d0a0df (patch) | |
tree | 4acdafd6593ad8f581a636ced2adf4fe7fbe15ed | |
parent | b3c09ae70d63cb1b4010b2fba4da11c1786af3f0 (diff) | |
download | muambeiro-4ac9d27a8c1d138557820a5916690183f6d0a0df.tar.gz muambeiro-4ac9d27a8c1d138557820a5916690183f6d0a0df.tar.bz2 |
Mini-panel titles
-rw-r--r-- | css/muambeiro.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/muambeiro.css b/css/muambeiro.css index 8e5c4fe..4d80f74 100644 --- a/css/muambeiro.css +++ b/css/muambeiro.css @@ -104,3 +104,11 @@ ul.primary { .horizontal-tabs-panes .fieldset-wrapper { padding: 0 1em 1em; } + +/** + * Mini-panel titles. + */ +div.pane-panels-mini > h2:first-child { + display: none; + visibility: hidden; +} |