diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-09 14:22:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-09 14:22:35 -0200 |
commit | 76760557de6abf42a4df808e9c50ef231a82a495 (patch) | |
tree | c9def6b3a9e236d82e5e7e45bf539a371bb04ffb | |
parent | a47ffa1fa1d8b6b99c93aa4e5494c3a0e38e854e (diff) | |
download | muambeiro-76760557de6abf42a4df808e9c50ef231a82a495.tar.gz muambeiro-76760557de6abf42a4df808e9c50ef231a82a495.tar.bz2 |
Widget images
-rw-r--r-- | css/muambeiro.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/muambeiro.css b/css/muambeiro.css index 4d80f74..81d7817 100644 --- a/css/muambeiro.css +++ b/css/muambeiro.css @@ -105,10 +105,17 @@ ul.primary { padding: 0 1em 1em; } -/** +/* * Mini-panel titles. */ div.pane-panels-mini > h2:first-child { display: none; visibility: hidden; } + +/* + * Widget. + */ +.muamba-widget img { + padding-right: 4px; +} |